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:
parent
25f375c88b
commit
38a94e774b
@ -1,7 +1,5 @@
|
|||||||
label gift_menu:
|
label gift_menu:
|
||||||
$ inventory_mode = 1
|
$ gui.in_context("inventory_menu", inventory_mode=1)
|
||||||
$ gui.in_context("inventory_menu")
|
|
||||||
$ inventory_mode = 0
|
|
||||||
return
|
return
|
||||||
|
|
||||||
label give_gift(text, gift):
|
label give_gift(text, gift):
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user