FL
Pokémon Island Creator
- 2,544
- Posts
- 14
- Years
- Seen yesterday
So, there is a "ball" file in Graphics/Pictures/Roulette? The error says otherwise.I did it right tho
Last edited:
So, there is a "ball" file in Graphics/Pictures/Roulette? The error says otherwise.I did it right tho
did you follow the steps in the script section? it literally tells where everything should be placedwhere do we put the code for the script? Where do we put the pictures in the screen folder?
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."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?
its above main, not [Main], try creating the Roulette inside the UI Folder then
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."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?
In fact, put above [Main] or Main work the same way. For this script, you can even leave it above Minigame_TilePuzzles.its above main, not [Main], try creating the Roulette inside the UI Folder then
i got it, i think the fact that i did not have a coin case was the issueThere 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.