Weird variable setting

This commit is contained in:
Gouvernathor 2023-11-14 23:16:40 +01:00
parent a2665c15fe
commit 06b4da76f6

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):