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

17 lines
482 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName rewardxp_mayor
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/22/2002 10:50:10 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker some gold
GiveGoldToCreature(GetPCSpeaker(), 100000);
// Give the speaker some XP
GiveXPToCreature(GetPCSpeaker(), 50000);
}