EVENT SCREEN

From EDukeWiki
Revision as of 13:05, 4 February 2018 by Fox (talk | contribs)
Jump to navigation Jump to search

EVENT_SCREEN is a Game Event.

Use startscreen to take control away from the game and display content with rotatesprite.

RETURN is set to 1 when any key is pressed, and if it is nonzero when the event ends, the screen ends and the game resumes.

Unlike startcutscene, there's no reference for what you are trying to display, so it's suggested you use a global variable to control the type of screen.