12 lines
192 B
Plaintext
12 lines
192 B
Plaintext
|
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// Get Last Speaker
|
||
|
object oPC = GetLastSpeaker();
|
||
|
|
||
|
// Assign Animation
|
||
|
AssignCommand(oPC, ActionPlayAnimation(ANIMATION_LOOPING_SIT_CROSS, 1.0, 60000.0f));
|
||
|
|
||
|
}
|