19 lines
511 B
Plaintext
19 lines
511 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName does_have_nehstn
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/15/2008 6:01:49 AM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Make sure the PC speaker has these items in their inventory
|
|
if(!HasItem(GetPCSpeaker(), "ropecoil"))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|