PWE_PRC8/_module/nss/for_kardreward.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

19 lines
482 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName for_kardreward
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 12/20/2003 11:20:54 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some gold
RewardPartyGP(1000, GetPCSpeaker());
// Give the speaker some XP
RewardPartyXP(1000, GetPCSpeaker());
}