14 lines
396 B
Plaintext
14 lines
396 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_isang1st
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/16/2002 1:30:27 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "IsangFirstTimeTalked", 1);
|
|
|
|
}
|