View Single Post
  #4  
Old 05-05-2007, 01:36 AM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by theHAWKER
that worked thank you soo much.

but how do i delete an npc?
Find the index of the NPC (usually npcscount-1):

PHP Code:
with (findNpc(npcs[npcscount-1]))
{
     
destroy();

__________________
What signature? I see no signature?
Reply With Quote