Shargast_PRC8/_module/Chapter 2/nss/at_trolgemreward.nss
Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

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());
}