Seeing as i dont think timers can use variables, Anyway to set up something to change my info bar every few with Variables?
Timers and expanding variables
Posted by Metsuro on Wed 13 Oct 2004 11:21 PM — 5 posts, 20,213 views.
Send to Script (and use world.getvariable).
Or, send to: Execute
and have an alias match.
Or, send to: Execute
and have an alias match.
Well, timers can use variables if you use scripting, just use GetVariable.
How would i use getvariable to work using world.info and all that?
World.InfoClear
World.Info "This is a variable: " & getvariable("variable") & ", This is another variable: " & getvariable("variable2")
World.Info "This is a variable: " & getvariable("variable") & ", This is another variable: " & getvariable("variable2")