Amon_PRC8/_module/nss/killcoach.nss

10 lines
413 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
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")));
}