This commit is contained in:
LoafyLemon 2024-03-24 16:09:16 +00:00
parent d48708579b
commit d9912ece6c
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@ label tutorial(entry):
return
label .display(entry):
show screen tutorial(entry)
$ _choice = ui.interact()
call screen tutorial(entry)
return
screen tutorial(entry):