16 lines
405 B
Plaintext
16 lines
405 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_164
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/31/2005 5:51:44 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker some gold
|
|
RewardPartyGP(10000, GetPCSpeaker());
|
|
|
|
}
|