15 lines
443 B
Plaintext
15 lines
443 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: 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);
|
||
|
|
||
|
}
|