9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oSelf = OBJECT_SELF;
|
||
|
ClearAllActions(TRUE);
|
||
|
PlayAnimation(ANIMATION_FIREFORGET_SALUTE);
|
||
|
ActionDoCommand(SetCommandable(TRUE));
|
||
|
SetCommandable(FALSE);
|
||
|
}
|