Files
HeroesStone_PRC8/_module/nss/de1_swrdshld_pr4.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

13 lines
324 B
Plaintext

/////////////////////////////////////
// Dragon's Edge
// by Charly Carlos
/////////////////////////////////////
// Gives the player the prize for winning in the Sword and Shield game.
// The jackpot.
/////////////////////////////////////
void main()
{
object oPC = GetPCSpeaker();
GiveGoldToCreature(oPC, 50000);
}