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

33 lines
1.4 KiB
Plaintext

void main()
{
location lBellow1 = GetLocation(GetObjectByTag("AbandonedBellow1"));
location lBellow2 = GetLocation(GetObjectByTag("AbandonedBellow2"));
object oBellow1 = GetObjectByTag("AbandonedBellow1");
object oBellow2 = GetObjectByTag("AbandonedBellow2");
ExecuteScript("suicidethentil", oBellow1);
ExecuteScript("suicidethentil", oBellow2);
DestroyObject(oBellow1);
DestroyObject(oBellow2);
DestroyObject(GetObjectByTag("dv_at_animwheel"), 0.0);
DestroyObject(GetObjectByTag("dv_at_animwheel"), 0.0);
DestroyObject(GetObjectByTag("dv_at_animwheel"), 0.0);
DestroyObject(GetObjectByTag("dv_at_animwheel"), 0.0);
DestroyObject(GetObjectByTag("dv_at_animwheel"), 0.0);
DestroyObject(GetObjectByTag("dv_at_animwheel"), 0.0);
DestroyObject(GetObjectByTag("dv_at_animwheel"), 0.0);
DestroyObject(GetObjectByTag("dv_at_animwheel"), 0.0);
DestroyObject(GetObjectByTag("dv_at_animwheel"), 0.0);
CreateObject(OBJECT_TYPE_CREATURE, "dv_at_animwheel", lBellow1, FALSE);
CreateObject(OBJECT_TYPE_CREATURE, "dv_at_animwheel", lBellow1, FALSE);
CreateObject(OBJECT_TYPE_CREATURE, "dv_at_animwheel", lBellow1, FALSE);
CreateObject(OBJECT_TYPE_CREATURE, "dv_at_animwheel", lBellow1, FALSE);
CreateObject(OBJECT_TYPE_CREATURE, "dv_at_animwheel", lBellow2, FALSE);
CreateObject(OBJECT_TYPE_CREATURE, "dv_at_animwheel", lBellow2, FALSE);
CreateObject(OBJECT_TYPE_CREATURE, "dv_at_animwheel", lBellow2, FALSE);
CreateObject(OBJECT_TYPE_CREATURE, "dv_at_animwheel", lBellow2, FALSE);
}