14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_king1st
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/21/2002 8:54:07 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "KingFirstTimeTalked", 1);
|
|
|
|
}
|