Quote: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
note that "quote" requires current player
Line 1: Line 1:
'''quote''' <quote number>
'''quote''' <quote number>


Causes the quote <quote number> as defined by [[definequote]] to be displayed on the top of the screen, center aligned.  The quote fades out after two seconds.
Causes the quote <quote number> as defined by [[definequote]] to be displayed on the top of the screen, center aligned.  The quote fades out after two seconds. This command requires a context where the player is defined, e.g. it cannot be used in [[EVENT_LOADACTOR]].


[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Screen drawing commands]]
[[Category:Screen drawing commands]]
[[Category:String manipulation]]
[[Category:String manipulation]]

Revision as of 14:57, 10 May 2012

quote <quote number>

Causes the quote <quote number> as defined by definequote to be displayed on the top of the screen, center aligned. The quote fades out after two seconds. This command requires a context where the player is defined, e.g. it cannot be used in EVENT_LOADACTOR.