19 lines
503 B
Plaintext
19 lines
503 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName bo_chktaimesamul
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 3/8/2006 10:58:31 AM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Make sure the PC speaker has these items in their inventory
|
|
if(!HasItem(GetPCSpeaker(), "bo_TaimesAmulet"))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|