How to use in an instanced map?
1@def01,30,30,1 script Hole 723,{npctalk "POW!"setnpcdisplay("Hole","Rabbit",1063);npctalk "Gimme a carrot!"}
When the NPC is used in instance 0011@def01 it's changing the npc in the wrong, non instanced map.
Best Answer GrumpyPanda, 19 November 2013 - 03:57 AM
setnpcdisplay(instance_npcname("Hole"),"Rabbit",1063);
solved, asking for help too fast lol.
Go to the full postPosted 19 November 2013 - 03:44 AM
How to use in an instanced map?
1@def01,30,30,1 script Hole 723,{npctalk "POW!"setnpcdisplay("Hole","Rabbit",1063);npctalk "Gimme a carrot!"}
When the NPC is used in instance 0011@def01 it's changing the npc in the wrong, non instanced map.
Posted 19 November 2013 - 03:57 AM Best Answer
setnpcdisplay(instance_npcname("Hole"),"Rabbit",1063);
solved, asking for help too fast lol.
0 members, 1 guests, 0 anonymous users