//:://///////////////////////////////////////////// //:: FileName sc_castlesupp2 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 03/07/09 22:42:36 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "CastleSupplies") != 1)) return FALSE; return TRUE; }