14 lines
391 B
Plaintext
14 lines
391 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_chevas01
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 8/5/2006 9:40:55 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "nFirstTimeTalked", 3);
|
||
|
|
||
|
}
|