Amon_PRC8/_module/nss/ls_abyssblocker.nss

8 lines
171 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
object oObject = GetObjectByTag("AbyssBlocker");
ExecuteScript("suicidethentil", oObject);
ExecuteScript("ls_abyss", OBJECT_SELF);
DestroyObject(oObject);
}