//:://///////////////////////////////////////////// //:: FileName setquintalk1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 23/03/2005 20:45:33 //::////////////////////////////////////////////// void main() { object oPC = GetPCSpeaker(); int nInt; nInt = d2(); if (nInt==1) { SetLocalString(oPC, "altquin", "1"); } SetLocalInt(GetPCSpeaker(), "quintalk", 1); }