14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_setsewstew
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/22/2002 10:08:04 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "nSeenWoodStew", 1);
|
|
|
|
}
|