Manual Mode
Documentation for Manual Mode (mini-game)
Last updated
Documentation for Manual Mode (mini-game)
Last updated
This is documentation for Manual Mode of the Mingle-Game. Manual mode is just a Candy Mini-Game which is triggered by command or by item usage in any time and in any place. By default you can use a command /dalgona-game-manual
to start it or you can disable it in config.lua
and use instead item from inventory to trigger the mini-game.
First you have to add new items in your framework (images for items inside item_images
folder). Then you need to define handlers for item usage and inside them trigger mini-game to start. For example this is how it can be done in ESX/QB frameworks:
circle
triangle
square
star
umbrella
random
If you want to do something additional after the game has over you can use event handler on client-side.