Files
RoT2_PRC8/src/module/nss/cb_chk_atlstone.nss
Jaysyn904 ab2fc1d732 Added PEPS AI
Added PEPS AI.
Full compile.
Reorganized repository.
2025-07-28 12:49:34 -04:00

11 lines
151 B
Plaintext

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