Posted by Foxlegend on 2/21/2005, 3:28 pm script, sleeploop, begin
200.98.106.83
Iīm trying to make a script to turn on and off a given tag from time to time. could someone help? That is the script that I made and use as a Autorun script of the map. I donīt know why but when the map start, the player stops acting...
while (true) do, begin
Set tag (13, off)
wait (10 * (random (2, 10)))
set tag (13, on)
wait (10 * (random (2,10)))
end
end
Message Thread:
![]()
« Back to thread