7 lines
205 B
Plaintext
7 lines
205 B
Plaintext
|
void main()
|
||
|
{
|
||
|
ExecuteScript ("_visit_counter", (OBJECT_SELF));
|
||
|
ActionPlayAnimation(ANIMATION_PLACEABLE_ACTIVATE);
|
||
|
DelayCommand(10.0,ActionPlayAnimation(ANIMATION_PLACEABLE_DEACTIVATE));
|
||
|
}
|