This commit is contained in:
Asriel Senna 2024-01-07 14:44:07 +01:00
parent 5980329125
commit 7432f8325c

View File

@ -43,7 +43,7 @@ label shop_item_menu(xx=150, yy=90):
show screen shop_item(xx, yy) show screen shop_item(xx, yy)
label .after_init: label .after_init:
$ renpy.dynamix(__choice = ui.interact()) $ renpy.dynamic(__choice = ui.interact())
if __choice[0] == "select": if __choice[0] == "select":
$ current_item = __choice[1] $ current_item = __choice[1]