Initial upload
Initial upload
This commit is contained in:
13
_module/nss/cb_chk_scrollals.nss
Normal file
13
_module/nss/cb_chk_scrollals.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (GetItemPossessedBy(oPC, "SCROLLOFEVIL") == OBJECT_INVALID) return FALSE;
|
||||
|
||||
if (GetItemPossessedBy(oPC, "SCROLLOFNEUTRAL") == OBJECT_INVALID) return FALSE;
|
||||
|
||||
if (GetItemPossessedBy(oPC, "HOLYSERUM") == OBJECT_INVALID) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user