Ancordia_PRC8/_module/nss/escortend.nss
Jaysyn904 102ba7dab6 Initial Commit
Initial Commit
2023-09-21 19:51:32 -04:00

6 lines
167 B
Plaintext

int StartingConditional()
{
if (GetLocalInt(OBJECT_SELF, "EscortSuccessful") == TRUE && GetMaster(OBJECT_SELF) == GetPCSpeaker()) return TRUE;
return FALSE;
}