18 lines
456 B
Plaintext
18 lines
456 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName headstone_yes2
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/11/2002 3:38:30 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
|
|
int StartingConditional()
|
|
{
|
|
object oItem = GetItemPossessedBy(GetPCSpeaker(), "2ndkey");
|
|
return oItem != OBJECT_INVALID;
|
|
}
|
|
|
|
|