problem i had a while ago with making multiple timers in cogs... it seemed to me you couldn't have any more than the "message timer" one... i dunno if i need to pass values between cogs to get this to work...
This is the static archive of the Massassi Forums. The forums are
closed indefinitely. Thanks for all the memories!
You can also download
Super Old Archived Message Boards
from when Massassi first started.
"View" counts are as of the day the forums were archived, and will no longer increase.
Message: SettimerEX(Time, TimerID, param0, param1); Stop; Timer: If(GetsenderID() == TimerID) Do stuff(); Else DoOtherStuff(); Stop; End