19 lines
516 B
Plaintext
19 lines
516 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sail_mark
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/31/2002 12:08:59 AM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Make sure the PC speaker has these items in their inventory
|
|
if(!CheckPartyForItem(GetPCSpeaker(), "MarkofHur"))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|