18 lines
456 B
Plaintext
18 lines
456 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName has_blueseas
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 3/26/2005 11:11:59 AM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
if(!CheckPartyForItem(GetPCSpeaker(), "bss_token_014"))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|