19 lines
517 B
Plaintext
19 lines
517 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName cptgrd_no_qstslf
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 3/15/2004 9:13:11 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Make sure the PC speaker has these items in their inventory
|
|
if(!HasItem(GetPCSpeaker(), "CaptQuesterEnd"))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|