HiddenTradition_PRC8/_module/nss/at_give1kxp300gp.nss
2024-06-20 15:47:42 -04:00

19 lines
492 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_give1kxp300gp
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/18/2003 1:26:40 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some gold
RewardPartyGP(800, GetPCSpeaker());
// Give the speaker some XP
RewardPartyXP(300, GetPCSpeaker());
}