Some big work on the inventory system

turn the show into a call screen
replace all return actions with specific local actions (WIP, more changes to come)
make the global variables at least dynamic
make the mode parameter a parameter of the label (so, a dynamic variable too, as a result)
replace the bigger actions with local labels
tweak text entries, comparisons, iterations... details
This commit is contained in:
Gouvernathor 2023-11-17 01:44:02 +01:00
parent 25f375c88b
commit 38a94e774b
2 changed files with 225 additions and 184 deletions

View File

@ -1,7 +1,5 @@
label gift_menu:
$ inventory_mode = 1
$ gui.in_context("inventory_menu")
$ inventory_mode = 0
$ gui.in_context("inventory_menu", inventory_mode=1)
return
label give_gift(text, gift):

File diff suppressed because it is too large Load Diff