14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_003
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 3/14/2003 9:42:53 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "firstmet", 1);
|
||
|
|
||
|
}
|