6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
void main()
|
|
{
|
|
ExecuteScript("killcoach", OBJECT_SELF);
|
|
DelayCommand(6.0, ExecuteScript("callcoach", OBJECT_SELF));
|
|
}
|