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.