19 lines
498 B
Plaintext
19 lines
498 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName has_einharband2
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 4/2/2004 11:33:12 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Make sure the PC speaker has these items in their inventory
|
|
if(!HasItem(GetPCSpeaker(), "EinharBand2"))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|