Simple shooting minigame
Posted: Sun Sep 12, 2021 3:04 pm
Hello, I'm new here, I just made this simple shooting minigame inspired by the one made by justcolorado:
viewtopic.php?t=41347
My shooting minigame is slightly different, I think other users may like it more, but try them both and see which one is best for you.
To use the code, just place the hunt folder inside your game folder. Then, in any part of your script, write something like this:
You can then hide the images from the begin_hunt label by writing something like this:
And pick up the targets_hit value from the begin_hunt label like this:
I hope you like it!
viewtopic.php?t=41347
My shooting minigame is slightly different, I think other users may like it more, but try them both and see which one is best for you.
To use the code, just place the hunt folder inside your game folder. Then, in any part of your script, write something like this:
Code: Select all
call begin_huntCode: Select all
scene yourlastsceneCode: Select all
if targets_hit == 0:
pass