#-1 / -10 / -64 - +1 / +10 / +64

1 messages · Page 1 of 1 (latest)

ancient elbow
#

Someone have an example to do a menu like this with deluxe menu ?

I want when a player clicks on +1 the value increases by 1 etc...

grizzled harness
#

hmm, an older version would be better example

#

you'd want to store the currentAmount in meta

#

and increase/decrease it when they click the buttons

#

[meta] add currentAmount INTEGER 1

#

[meta] subtract currentAmount INTEGER 1

#

if you need more lmk i can see