14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_priestgood2
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 12/26/2002 2:33:41 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "PriestGoodFirstTimeTalked", 2);
|
|
|
|
}
|