14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_michel1st
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/14/2002 12:16:09 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "MichelFirstTimeTalked", 1);
|
|
|
|
}
|