Aantioch_Infernum/_module/nss/js_destroyobject.nss

7 lines
107 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
void main()
{
DeleteLocalObject(GetPCSpeaker(), "oTeleportTarget");
DestroyObject(OBJECT_SELF);
}