14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_travellaut1st
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/16/2002 3:42:27 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "TravellautFirstTimeTalked", 1);
|
|
|
|
}
|