sekan Posted February 10, 2008 Share Posted February 10, 2008 Hi, This is a nooby question but how can i make a twilek dance like on taris catina and get a bith play music? Link to comment Share on other sites More sharing options...
Ferc Kast Posted February 10, 2008 Share Posted February 10, 2008 The following script should do the trick for dancing. // This will make "npc_tag" dance void main() { object oNPC = GetObjectByTag("npc_tag"); AssignCommand(oNPC, PlayAnimation(ANIMATION_LOOPING_DANCE, 1.0, 0.5)); } I used nwscript.nss to form this, though I have not tested it in-game. So, don't blame me if it doesn't work. EDIT: Just tried to compile this; But, it couldn't compile. Sorry. EDIT II: Fixed the above script...with a little tweaking. Link to comment Share on other sites More sharing options...
sekan Posted February 11, 2008 Author Share Posted February 11, 2008 Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.