GrayJedi Posted May 7, 2006 Share Posted May 7, 2006 Remember in Kotor 1 when you visit Korriban and many of the Sith students are meditating and when you talk to them they get up and then go back to meditating when the conversation is done. I am trying to do this with the Jedi on Dantooine but am not sure how. I believe you must add a scripting syntax. So if any scripting experts out there know how to do this please reply. Link to comment Share on other sites More sharing options...
Pavlos Posted May 7, 2006 Share Posted May 7, 2006 In the OnSpawn field and then the EndDialog field (I forget the specific names so I may be incorrect on these). void main() { AssignCommand(OBJECT_SELF, ActionPlayAnimation(ANIMATION_LOOPING_MEDITATE, 1.0, -1.0)); //This is for KotOR I's "worship" animation //AssignCommand(OBJECT_SELF, ActionPlayAnimation(ANIMATION_LOOPING_SIT_AND_MEDITATE, 1.0, -1.0));//This is for TSL's meditatation //animation that actually looks like meditation! //Uncomment it and delete the one above to use it. } Link to comment Share on other sites More sharing options...
GrayJedi Posted May 7, 2006 Author Share Posted May 7, 2006 Yea that's the one. Thanks Pavlos! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.