//:://///////////////////////////////////////////// //:: FileName bookie_talked_1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/21/2002 1:43:02 PM //::////////////////////////////////////////////// void main() { // Set the variables object oBookie = GetObjectByTag("Bookie"); SetLocalInt(oBookie, "nBookieTalkedTo", 1); }