7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
#include "x0_i0_anims"
|
|
void main()
|
|
{
|
|
DelayCommand(3.0, AnimActionRandomMoveAway(GetPCSpeaker(), 10.0));
|
|
DelayCommand(5.0, ExecuteScript("killself", OBJECT_SELF));
|
|
}
|