19 lines
511 B
Plaintext
19 lines
511 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_hasgrail
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 4/11/2003 10:07:06 AM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Make sure the PC speaker has these items in their inventory
|
|
if(!HasItem(GetPCSpeaker(), "SmallChalice"))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|