Jump to content

Home

Meditating Characters


GrayJedi

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...