Thread: Shorten
View Single Post
  #33  
Old 02-01-2002, 06:51 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
Quote:
Originally posted by TDK_RC6
will somoeone shorten this please


if (created) {
destroy; }
NPC Code:

destroy;


Created will be the first flag called on the npc, and it will run past destroy;, which needs no flags to run, just something to trigger the npc, and it will destroy it.
Reply With Quote