2021-08-29 23:34:48 -04:00
|
|
|
//::///////////////////////////////////////////////
|
|
|
|
//:: FileName at_138
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
//:: Created By: Script Wizard
|
|
|
|
//:: Created On: 8/28/2005 5:37:15 PM
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
#include "nw_i0_tool"
|
|
|
|
|
|
|
|
void main()
|
|
|
|
{
|
2022-06-19 23:39:17 -04:00
|
|
|
// Give the speaker some gold
|
|
|
|
RewardPartyGP(50000, GetPCSpeaker());
|
2021-08-29 23:34:48 -04:00
|
|
|
|
|
|
|
}
|