RATDOG/_module/nss/chk_teleport_stn.nss

10 lines
156 B
Plaintext
Raw Normal View History

int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetItemPossessedBy(oPC, "teleportationsto") != OBJECT_INVALID) return FALSE;
return TRUE;
}