RoT2_PRC8/_module/nss/quest_bay2.nss

14 lines
177 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
int nInt;
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYBAYLIB_QUEST1");
if (!(nInt >= 1))
return FALSE;
return TRUE;
}