This commit is contained in:
Asriel Senna 2024-01-07 14:44:07 +01:00
parent 5980329125
commit 7432f8325c
1 changed files with 1 additions and 1 deletions

View File

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