14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_egcp1st
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 8/17/2002 8:53:28 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "EGCPriestFirstTimeTalked", 1);
|
||
|
|
||
|
}
|