9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
void main()
|
|
{
|
|
object oSelf = OBJECT_SELF;
|
|
ClearAllActions(TRUE);
|
|
PlayAnimation(ANIMATION_LOOPING_WORSHIP, 1.0, 10.0);
|
|
ActionDoCommand(SetCommandable(TRUE));
|
|
SetCommandable(FALSE);
|
|
}
|