14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_gabrielle1st
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9/1/2002 3:43:41 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "GabFirstTimeTalked", 1);
|
|
|
|
}
|