ToiletMaster Posted December 11, 2012 Posted December 11, 2012 (edited) Hi guys, Is it possible to change the looks of the npc halfway during the script Example, GM commands are @disguise 1001 (Example). Can we do this for the NPC as well? cause the disguise script command is meant for the player instead of the npc. Edited December 11, 2012 by ToiletMaster Quote
Emistry Posted December 11, 2012 Posted December 11, 2012 *setnpcdisplay("<npc name>", "<display name>", <class id>, <size>) *setnpcdisplay("<npc name>", "<display name>", <class id>) *setnpcdisplay("<npc name>", "<display name>") *setnpcdisplay("<npc name>", <class id>) Changes the display name and/or display class of the target NPC. Returns 0 is successful, 1 if the NPC does not exist. Size is 0 = normal 1 = small 2 = big. 1 Quote
ToiletMaster Posted December 11, 2012 Author Posted December 11, 2012 (edited) *setnpcdisplay("<npc name>", "<display name>", <class id>, <size>) *setnpcdisplay("<npc name>", "<display name>", <class id>) *setnpcdisplay("<npc name>", "<display name>") *setnpcdisplay("<npc name>", <class id>) Changes the display name and/or display class of the target NPC. Returns 0 is successful, 1 if the NPC does not exist. Size is 0 = normal 1 = small 2 = big. Thanks! i really did not see that in the script commands. my bad on that. will solve the topic now xD Edited December 11, 2012 by ToiletMaster Quote
Question
ToiletMaster
Hi guys,
Is it possible to change the looks of the npc halfway during the script
Example, GM commands are @disguise 1001 (Example).
Can we do this for the NPC as well? cause the disguise script command is meant for the player instead of the npc.
Edited by ToiletMaster2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.