I want to make a fishing game but the problem is..
I don’t know how to make the fishing part.
I know there’s a bunch of tutorials but unfortunately they were completely decimated because of all the images getting removed
Help.
ALSO I NEED THE MECHANIC FOR CHANCES TO CATCH DIFFERENT FISH
kinda like the original fishtopia game
1 Like
here’s the randomizer blockcode for the trigger to fish, but im rushin, so I’m not gonna do the rarity bit right now. Sorry.
set [fish1] to random integer from 1 to 2
if [fish1] = 1
do Broadcast Message On Channel “fish1caught”
else if [fish2] = 2
do Broadcast Message On Channel “fish2caught"
3 Likes
or he could use this code instead of individually writing each random possibility

3 Likes
Couldn’t u just use the randomiser block in the bottom create text instead to save more space?
That’s exactly what it does…