10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
void main()
|
|
{
|
|
object oSelf = OBJECT_SELF;
|
|
ClearAllActions(TRUE);
|
|
PlayAnimation(ANIMATION_FIREFORGET_BOW);
|
|
ActionDoCommand(SetCommandable(TRUE));
|
|
SetCommandable(FALSE);
|
|
|
|
}
|