14 lines
396 B
Plaintext
14 lines
396 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_dryad1st
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/16/2002 5:18:14 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "DryadFirstTimeTalked", 1);
|
|
|
|
}
|