Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hotbar Creator - RPG Maker MV/MZ plugin

Easily create hotbars and game UI on screen, a tool for every project · By Sang Hendrix

[SOLVED] A clock item?

A topic by fizzlymike created 2 days ago Views: 25 Replies: 4
Viewing posts 1 to 2
(1 edit)

Hey Sang, I have a question: can I create an pocket watch item, which when put into hotbar displays a text with hour (variables) on it (on the icon, like a little underneath)? Thank you for your awesome work!

Developer(+1)

Hello, yes you can. If you need help how to implement it, do tell me.

(5 edits)

Tried to do the pocket clock with <slot text: \V[hour]:\V[minute]>, but it does not display \V[X] codes, so I hit the wall T_T Help plz?

Developer(+1)

Try this:

<slot text: $gameVariables.value(id) + ":" + $gameVariables.value(id)>

Yes, it works! Thank you! (Maybe you could put that as an example in plugin desciption, too)