Weird variable setting

This commit is contained in:
Gouvernathor 2023-11-14 23:16:40 +01:00
parent 3e86094b0b
commit 15c998cd5a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ label tutorial(entry):
label .display(entry):
show screen tutorial(entry)
$ _choice = ui.interact()
$ _choice = ui.interact() # ???
return
screen tutorial(entry):