//:://///////////////////////////////////////////// //:: FileName checkdicebag //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/9/2002 2:31:59 PM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { //Player has Bag of Dice if (GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(),"EP_ROLLDICE"))) { return TRUE; } else { return FALSE; } }