Amon_PRC8/_module/nss/coachspawner.nss

6 lines
117 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
ExecuteScript("killcoach", OBJECT_SELF);
DelayCommand(6.0, ExecuteScript("callcoach", OBJECT_SELF));
}