14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_egcps1st
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 8/17/2002 8:42:59 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "PriestessFirstTimeTalked", 1);
|
||
|
|
||
|
}
|