14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_grandpa1st
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/14/2002 12:05:59 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "GrandpaFirstTimeTalked", 1);
|
|
|
|
}
|