7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
void main()
|
|
{
|
|
ActionPlayAnimation(ANIMATION_PLACEABLE_ACTIVATE,3.0);
|
|
DelayCommand(2.0, ActionPlayAnimation(ANIMATION_PLACEABLE_DEACTIVATE));
|
|
|
|
}
|