• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Script: [v13+] Roulette Minigame

where do we put the code for the script? Where do we put the pictures in the screen folder?
 
"To this script works, put it above main", uh what? "
create "Roulette" folder at
# Graphics/Pictures and put the pictures (may works with other sizes):
# - 30x30 ball
# - 16x16 ballicon
# - 16x16 ballusedicon
# - 116x56 creditbox
# - 56x32 multiplierbox
# - 306x306 roulette
# - 240x46 selectedcolor
# - 46x46 selectedsingle
# - 46x192 selectedspecies
# - 244x196 table"
done.
To call this script, use the script command 'pbRoulette(X)' where X is the
# wager number.
pbRoulette(1).
done.
so where does everything else go?
 
"To this script works, put it above main", uh what? "
create "Roulette" folder at
# Graphics/Pictures and put the pictures (may works with other sizes):
# - 30x30 ball
# - 16x16 ballicon
# - 16x16 ballusedicon
# - 116x56 creditbox
# - 56x32 multiplierbox
# - 306x306 roulette
# - 240x46 selectedcolor
# - 46x46 selectedsingle
# - 46x192 selectedspecies
# - 244x196 table"
done.
To call this script, use the script command 'pbRoulette(X)' where X is the
# wager number.
pbRoulette(1).
done.
so where does everything else go?
open the script editor and go down, you should see an section named Main, create a New Section above it and place the script from github there.


in the Graphics/Picures/ or Graphics/UI/, create a Folder named Roullete and put the files there
 

Attachments

  • [PokeCommunity.com] [v13+] Roulette Minigame
    imagem_2025-03-04_014309241.png
    28.3 KB · Views: 2
open the script editor and go down, you should see an section named Main, create a New Section above it and place the script from github there.


in the Graphics/Picures/ or Graphics/UI/, create a Folder named Roullete and put the files there
[PokeCommunity.com] [v13+] Roulette Minigame which is above main, [PokeCommunity.com] [v13+] Roulette Minigamehow i have the setup [PokeCommunity.com] [v13+] Roulette Minigame
 
"To this script works, put it above main", uh what? "
create "Roulette" folder at
# Graphics/Pictures and put the pictures (may works with other sizes):
# - 30x30 ball
# - 16x16 ballicon
# - 16x16 ballusedicon
# - 116x56 creditbox
# - 56x32 multiplierbox
# - 306x306 roulette
# - 240x46 selectedcolor
# - 46x46 selectedsingle
# - 46x192 selectedspecies
# - 244x196 table"
done.
To call this script, use the script command 'pbRoulette(X)' where X is the
# wager number.
pbRoulette(1).
done.
so where does everything else go?
There is no 'pbRoulette' in the current version. You are following an old script instruction, that doesn't work with Essentials v21.1. The latest instruction is here. Make sure that your script version is at least 1.1.6.

its above main, not [Main], try creating the Roulette inside the UI Folder then
In fact, put above [Main] or Main work the same way. For this script, you can even leave it above Minigame_TilePuzzles.
 
There is no 'pbRoulette' in the current version. You are following an old script instruction, that doesn't work with Essentials v21.1. The latest instruction is here. Make sure that your script version is at least 1.1.6.

In fact, put above [Main] or Main work the same way. For this script, you can even leave it above Minigame_TilePuzzles.
i got it, i think the fact that i did not have a coin case was the issue
 
Back
Top