//:://///////////////////////////////////////////// //:: FileName at_trial_done //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 1/19/2004 12:33:40 PM //::////////////////////////////////////////////// void main() { // Set the variables string sName=GetName(GetPCSpeaker()); SetLocalInt(OBJECT_SELF, "n"+sName+"Completed", 1); }