forked from SilverStudioGames/WTS
Use the call screen statement in this case
this particular syntax is very precisely documented in the screens page
This commit is contained in:
parent
5925a9298c
commit
39fc0c8a76
@ -44,14 +44,11 @@ label desk:
|
||||
|
||||
#Screens
|
||||
play sound "sounds/scroll.ogg"
|
||||
show screen desk_menu
|
||||
with d1
|
||||
|
||||
$ renpy.dynamic(__choice = ui.interact())
|
||||
|
||||
hide screen desk_menu
|
||||
call screen desk_menu(_with_none=False) with d1
|
||||
#Do NOT add a transition here!
|
||||
|
||||
$ renpy.dynamic(__choice = _return)
|
||||
|
||||
|
||||
#Hermione
|
||||
if __choice == "hermione" and states.her.busy:
|
||||
|
Loading…
Reference in New Issue
Block a user