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

16 lines
237 B
Plaintext

int StartingConditional()
{
object oPC = GetPCSpeaker();
int nInt;
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYOZ_QUEST1");
if (!(nInt >= 1))
return FALSE;
FloatingTextStringOnCreature("Books fall the the floor", oPC);
return TRUE;
}