RoT2_PRC8/_module/nss/mared_give_gold.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

17 lines
466 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName mared_give_gold
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/15/2003 7:34:55 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker some gold
GiveGoldToCreature(GetPCSpeaker(), 75000);
// Give the speaker some XP
GiveXPToCreature(GetPCSpeaker(), 500);
}