14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_miller1st
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/31/2002 4:24:18 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "MillerFirstTimeTalked", 1);
|
|
|
|
}
|