19 lines
484 B
Plaintext
19 lines
484 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName checkingifisaid
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 3/8/2003 1:37:34 AM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker some gold
|
|
RewardPartyGP(10000, GetPCSpeaker());
|
|
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "haveisaidit", 1);
|
|
|
|
}
|