8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
void main()
|
|
{
|
|
object oObject = GetObjectByTag("AbyssBlocker");
|
|
ExecuteScript("suicidethentil", oObject);
|
|
ExecuteScript("ls_abyss", OBJECT_SELF);
|
|
DestroyObject(oObject);
|
|
}
|