Post
by Gatts » Sat Jun 29, 2002 11:12 am
/varset
/varadd
/varsub
v,p: Set, add, or subtract variables
a: Set, add, or subraact array variables
t: Set, add, or subtract time from a timer (in 10ths of a second, suffix s for seconds, m for minutes)
also what is this about how to I add time to a timer?
As you can see I'm trying to setup to timings in my main loop and run events after a certain amount of time has expired but I'm not sure how to do it.
if #t1 > 100 /goto blah
stuff like that