Some TV clean-up

This commit is contained in:
GriffinR
2021-11-16 16:13:52 -05:00
parent 5d9c31a610
commit d414787932
7 changed files with 198 additions and 179 deletions

View File

@@ -52,11 +52,13 @@ EventScript_PlayersHouseLatiNewsFlash::
releaseall
end
@ The following is a loop for the TV show messages
@ VAR_RESULT is set to TRUE when the show has printed its final message
EventScript_DoTVShow::
special DoTVShow
waitmessage
waitbuttonpress
compare VAR_RESULT, 1
compare VAR_RESULT, TRUE
goto_if_ne EventScript_DoTVShow
goto EventScript_TurnOffTV
end