14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_marhal01
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/11/2006 6:04:51 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "nFirstTimeTalked", 56);
|
|
|
|
}
|