14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_fountain1st
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9/17/2002 4:49:34 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "FountainFirstTimeTalked", 1);
|
|
|
|
}
|