View Single Post
  #1  
Old 01-15-2014, 11:40 PM
i8bit i8bit is offline
Registered User
Join Date: Jul 2013
Posts: 146
i8bit is an unknown quantity at this point
put NPC at z value

PHP Code:
 temp.npc this.level.putNPC2(player.xplayer.y"");
 
temp.npc.join("test"); 
How do you specify what z value the NPC is placed?
Reply With Quote