Initial upload
Initial upload
This commit is contained in:
15
_module/nss/cb_ozchk_1.nss
Normal file
15
_module/nss/cb_ozchk_1.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user