//:://///////////////////////////////////////////// //:: FileName checkgatekey //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 9/18/2002 2:30:27 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { //Player has Epion Gate Key if (GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(),"GateKey"))) { return TRUE; } else { return FALSE; } }