14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_navarre1st
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 8/13/2002 10:46:40 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "NavarreFirstTimeTalked", 1);
|
||
|
|
||
|
}
|