Add contenttype=4 to else statment

This commit is contained in:
candry7731 2022-11-16 20:53:20 -06:00
parent 96a7cb7c35
commit 0ce5d2fd67

View File

@ -66,7 +66,7 @@ sub onPositionChanged()
m.dialog = m.top.getScene().findNode("dialogBackground")
if m.top.content.contenttype = 4 and isValid(m.dialog)
'do nothing until dialog is closed
else
else if m.top.content.contenttype = 4
handleNextEpisode()
end if
end sub