15 lines
443 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
//::///////////////////////////////////////////////
//:: 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);
}