Amon_PRC8/_module/nss/killcoach.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

10 lines
413 B
Plaintext

void main()
{
DestroyObject (GetNearestObjectByTag("Carriage"));
DelayCommand(0.5, DestroyObject (GetNearestObjectByTag("Coachman")));
DelayCommand(1.0, DestroyObject (GetNearestObjectByTag("Festril")));
DelayCommand(1.5, DestroyObject (GetNearestObjectByTag("Festril")));
DelayCommand(2.0, DestroyObject (GetNearestObjectByTag("Festril")));
DelayCommand(2.5, DestroyObject (GetNearestObjectByTag("Festril")));
}