EVENT MAINMENUSCREEN

From EDukeWiki
Jump to navigation Jump to search
Event ID player# THISACTOR RETURN
EVENT_MAINMENUSCREEN myconnectindex player->i 1 value

EVENT_MAINMENUSCREEN is a Misc Event.

Triggered when the intro logos are displayed, namely on the following conditions:

  • On launching the game.
  • After quitting to title.
  • When completing a usermap. (i.e. the game tries to load a missing level)
  • When endofgame is called, usually at the end of an episode.

Set RETURN to -1 to disable the logo screens that appear before the main menu is displayed.