Thread: Graalian Pics
View Single Post
  #22  
Old 10-28-2002, 03:02 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
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.
Reply With Quote