7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
#include "di_include"
|
|
void main()
|
|
{
|
|
PlayAnimation(ANIMATION_PLACEABLE_ACTIVATE, 0.25f);
|
|
DelayCommand(1.0f, PlayAnimation(ANIMATION_PLACEABLE_DEACTIVATE, 0.25f));
|
|
}
|