TheGameCreators / GameGuruRepo

The GameGuru Repository For Community Collaboration
http://www.game-guru.com
137 stars 56 forks source link

GGMAX Request Ability to link Lua routines to items on hud #4118

Open Ratall opened 1 year ago

Ratall commented 1 year ago

A way to automatically execute a Lua routine when an item is selected or changed on the hud

davetgc commented 1 year ago

Are you talking about the inventory / hud editor? For example, if the player clicks on a potion, a certain Lua script will run?

Ratall commented 1 year ago

Yes you call up the inventory click on an item it runs a lua which exposes an advanced action say reconfiguring the item, solving a puzzle, allowing you to combine items in a special way, run a mini game etc.

Necrym59 commented 1 year ago

Some of that is already getting underway but there is a quick action bar for those type of lua action/functions that is to be used for activation not the inventory itself.