Quote:
Originally posted by AlexH
Timeout?
Say you had:
NPC Code:
if (timeout) {
putexplosion 3,x,y;
}
timeout=2
That would put an explosion at the NPCs location every 2 seconds.
|
Stop posting that silly scripting. The timeout = number; thing has to be inside some { } block even if it works as it is now.