RoT2_PRC8/_module/nss/cb_ozchk_2.nss

16 lines
237 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_ENTRYOZ_QUEST1");
if (!(nInt >= 2))
return FALSE;
FloatingTextStringOnCreature("Books fall tot he ground", oPC);
return TRUE;
}