//:://///////////////////////////////////////////// //:: FileName sc_dwround //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 7/27/2002 12:26:37 AM //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { object oSpeaker=GetLastSpeaker(); if(GetGold(oSpeaker)<20) return FALSE; return TRUE; }