





Pizza wrote:ok, i read from the wiki, can someone please give me an example inventory gui? I am just completely lost
Also, I am making a level where you pick up apples. I tried to make an echo that would say "You've got an apple! You now have ** apples!"How would I make the last part?
apples = 0
"level_trigger_#" = [ echo "You picked up an apple!"]
newgui main [
guibutton "Inventory" "showgui inventory"
]
newgui inventory [
guitext (format "You have %1 apples." $apples)
guibutton "Back" "showgui main"
]










Users browsing this forum: No registered users and 1 guest