//:://///////////////////////////////////////////// //:: FileName ds_hv_gamblingch //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 9/7/2009 9:18:35 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "gamblingchip")) return FALSE; return TRUE; }