Mob, area, quest, and script adjustments

This commit is contained in:
EpicValor
2023-10-13 21:50:23 -05:00
parent c3e1040894
commit 25b518454d
78 changed files with 780 additions and 852 deletions

View File

@@ -0,0 +1,18 @@
//::///////////////////////////////////////////////
//:: FileName royalsealchk
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "sarumroyalseal"))
return FALSE;
return TRUE;
}