View Single Post
  #1  
Old 04-19-2003, 06:00 AM
Dead-Soul
Fire Beetle
 
Join Date: Apr 2003
Posts: 12
Default is there a follow() function or a $playerx,y,z variable?

Is there a follow() function or a $playerx,y,z variable?

i need it to work like this :

Player says "follow"
the targeted NPC follows the player

The player gives an npc an item and the npc makes a soldier where the player is standing

if ($item0 == "903") { say("A Guard has been placed where you are standing!") spawn(180005,0,7,$playerx,$playery,$playerz) }
Reply With Quote