19 lines
540 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName jw_chk_wizring
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 16/08/2002 18:41:17
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(), "jw_wiz_ring")))
return FALSE;
return TRUE;
}