19 lines
516 B
Plaintext
19 lines
516 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName if_gotkey1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/30/2006 11:57:10 AM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Make sure the PC speaker has these items in their inventory
|
|
if(!HasItem(GetPCSpeaker(), "BrokenCrateRoomKey"))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|