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

14 lines
340 B
Plaintext

/////////////////////////////////////
// Dragon's Edge
// by Charly Carlos
/////////////////////////////////////
// The PC bets 500 coins in the Toss the Dagger game.
/////////////////////////////////////
void main()
{
object oPC = GetPCSpeaker();
SetLocalInt(OBJECT_SELF, "nDaggerBet", 500);
TakeGoldFromCreature(500, oPC);
}