Hello guys, im making a custom menu to my game and in the Item's option how do I show the items according to the order they were collected during the game? Ex: 1st item collected = medicine, 2nd = health potion, 3rd = revive. So the order its: medicine, hp and revive.
Help with this
● ARCHIVED · READ-ONLY
-
-
You could assign each item a variable or a switch and use the conditional branch to output the info the way you want it.
You could also have the switch for the item turn on and then display the item.