INstead of Keeping a freakin stopwatch right by me so I can see how long stuff needs to go before I add in a new command in Scripted Cutscenes the other day I saw a little script that ran a timer in titleText somewhere but I cant seem to find it, can anyone point me to this or would it be something like this
[Code]
#start
_timer = 1000
#loop
_timer = _timer+1
Titltext["_timer","plain down"]
? timer <= 1000: exit
~1
goto "loop"
SOmething like that except instead of displaying time it just shows timer every 1 second how can I make it display the numbers, 1-100
/CymPatheeY