RoT2_PRC8/_module/nss/at_chk_ironore.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

10 lines
147 B
Plaintext

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