Timers and expanding variables

Posted by Metsuro on Wed 13 Oct 2004 11:21 PM — 5 posts, 20,213 views.

USA #0
Seeing as i dont think timers can use variables, Anyway to set up something to change my info bar every few with Variables?
USA #1
Send to Script (and use world.getvariable).

Or, send to: Execute
and have an alias match.
Greece #2
Well, timers can use variables if you use scripting, just use GetVariable.
USA #3
How would i use getvariable to work using world.info and all that?
USA #4
World.InfoClear
World.Info "This is a variable: " & getvariable("variable") & ", This is another variable: " & getvariable("variable2")