Mini Game: 🎰 Slot Single

Hey blazers, today a share another simple sniper game, a slots game.

image

you simply type the snippet and it will roll the slots. get 3 equal simbols to won.

{roll1={random-text: 7, :gem:, :spades:, :heart:, :diamonds:, :clubs:, :large_blue_diamond:, :trophy:, :crown:}}{roll2={random-text: 7, :gem:, :spades:, :heart:, :diamonds:, :clubs:, :large_blue_diamond:, :trophy:, :crown:}}{roll3={random-text: 7, :gem:, :spades:, :heart:, :diamonds:, :clubs:, :large_blue_diamond:, :trophy:, :crown:}}Slot :slot_machine: [█{wait: delay=+1s}{=roll1}█{wait: delay=+1s}{=roll2}█{wait: delay=+1s}{=roll3}█]{wait: delay=+1s} -{if: roll1 = roll2}

{if: roll2 = roll3} :slot_machine: You Won! :slot_machine:
{if: roll1 = "7"}+ 5000​:coin:{elseif: roll1 = ":gem:"}+ 2500 :coin:{elseif: roll1 = ":crown:"}+ 1000 :coin:{elseif: roll1 = ":trophy:"}+ 800 :coin:{elseif: roll1 = ":large_blue_diamond:"}+ 700 :coin:{elseif: roll1 = ":spades:"}+ 600 :coin:{elseif: roll1 = ":clubs:"}+ 500 :coin:{elseif: roll1 = ":heart:"}+ 400 {elseif: roll1 = ":diamonds:"}+ 300 :coin:{else}+ 0 :coin:{endif}
{else} Try Again! :trumpet:{endif}{else} Try Again! :trumpet:{endif}

3 Likes