14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_brodo1st
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/14/2002 12:08:25 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "BrodoFirstTimeTalked", 1);
|
|
|
|
}
|