2024-06-20 15:47:42 -04:00

18 lines
513 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName gottoken
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/25/2004 10:06:41 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "TheGreatBearsToken"))
return FALSE;
return TRUE;
}