View Single Post
  #3  
Old 01-15-2014, 11:52 PM
Torankusu Torankusu is offline
Elite Member
Torankusu's Avatar
Join Date: Jun 2001
Posts: 10,065
Torankusu is a jewel in the roughTorankusu is a jewel in the rough
PHP Code:
 temp.npc this.level.putNPC2(player.xplayer.y"");
 
temp.npc.join("test");
 
temp.npc.value//change the word value to the correct numerical value of the z axis you want it on 
You should take note, however, that if you place it on a Z coordinate (ex. z = 5) on something that is not a terrain map or level, it will actually LOOK like it's being placed at a y axis lower than the player's y (MORE towards the top of the screen / above the player...).
__________________
Quote:
Originally posted by Spark910
Think befreo you type.

Last edited by Torankusu; 01-16-2014 at 02:23 AM..
Reply With Quote