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

19 lines
481 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName zm_quest3reward
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/28/2002 4:23:00 AM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some gold
RewardPartyGP(2000, GetPCSpeaker());
// Give the speaker some XP
RewardPartyXP(2000, GetPCSpeaker());
}