View Single Post
  #17  
Old 02-14-2004, 06:40 AM
TB3 TB3 is offline
Registered User
TB3's Avatar
Join Date: May 2001
Location: US of A State of VA
Posts: 658
TB3 is on a distinguished road
Send a message via Yahoo to TB3
Here is an idea add this to all putnpc2 npcs

NPC Code:

join npccontrols;



Then make a class like this
Class name = npccontrols
NPC Code:

if(destroy) {
destroy;
}



Then make an npc weapon that calls all npcs in a level with the destroy flag that way you can clear levels easily.

*Just a suggestion to prevent future problems or you can use the rc to clear it*
__________________

To the sun of your age, I arise
Reply With Quote