HoS_PRC8/_mod/_module/nss/at_trial_done.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

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);
}