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

19 lines
477 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_give500g200xp
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/08/24 21:39:58
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some gold
RewardPartyGP(500, GetPCSpeaker());
// Give the speaker some XP
RewardPartyXP(200, GetPCSpeaker());
}