16 lines
408 B
Plaintext
16 lines
408 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName gold_extort
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/4/2007 7:41:19 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker some gold
|
|
RewardPartyGP(1000, GetPCSpeaker());
|
|
|
|
}
|