Manual Mode

Documentation for Manual Mode (mini-game)

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.

Items

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:

Events

List of patterns that can be used in Event Trigger

  • circle

  • triangle

  • square

  • star

  • umbrella

  • random

Game Over

If you want to do something additional after the game has over you can use event handler on client-side.

Last updated