Shargast_PRC8/_module/Chapter 2/nss/at_trolgemreward.nss

19 lines
481 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
//::///////////////////////////////////////////////
//:: 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());
}