19 lines
481 B
Plaintext
19 lines
481 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_trolgemreward
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/23/2004 7:55:34 AM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker some gold
|
|
RewardPartyGP(500, GetPCSpeaker());
|
|
|
|
// Give the speaker some XP
|
|
RewardPartyXP(1000, GetPCSpeaker());
|
|
|
|
}
|