#include "nw_i0_tool"

    int StartingConditional()
{
object oItem = GetItemPossessedBy(GetPCSpeaker(), "PCList");
return oItem != OBJECT_INVALID;
}