Page 1 of 1

Simple shooting minigame

Posted: Sun Sep 12, 2021 3:04 pm
by UVGaming
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:

Code: Select all

call begin_hunt
You can then hide the images from the begin_hunt label by writing something like this:

Code: Select all

scene yourlastscene
And pick up the targets_hit value from the begin_hunt label like this:

Code: Select all

if targets_hit == 0:
	pass
I hope you like it!