Thread: NPC temp drop
View Single Post
  #1  
Old 06-01-2012, 03:03 AM
brokk brokk is offline
Registered User
Join Date: May 2012
Posts: 84
brokk is on a distinguished road
NPC temp drop

I was wondering how Zodiac did there drops. When I have a drop NPC, even if the NPC is destroyed(), when you first enter the level, you can see all the NPCs ever place for a second or two then they go away. and it bothers me

PHP Code:
function onActionServerside() {
  
temp.npc this.level.putNPC2(player.xplayer.y""); 
  
temp.npc.join("drop");

Reply With Quote