18 lines
419 B
Plaintext
18 lines
419 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_herbquest1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/13/2003 8:00:04 PM
|
|
//:://////////////////////////////////////////////
|
|
|
|
#include "nw_i0_plot"
|
|
|
|
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetPLocalInt(GetPCSpeaker(), "HerbQuest", 1);
|
|
|
|
}
|