7 lines
272 B
Plaintext
7 lines
272 B
Plaintext
void main()
|
|
{
|
|
object oSelf = OBJECT_SELF ;
|
|
AssignCommand(GetLastUsedBy(),ActionDoCommand(SetFacingPoint(GetPositionFromLocation(GetLocation(OBJECT_SELF)))));
|
|
AssignCommand(GetLastUsedBy(),ActionPlayAnimation(ANIMATION_LOOPING_MEDITATE,1.0f,1200.0f));
|
|
}
|