Qputs: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
redefinequote <quote number> <quote text>
'''qputs''' <quote number> <quote text>


Like [[definequote]], but used within actors, events and states.  Can be used in conjunction with [[dynquote]], [[gametext]], [[minitext]], [[qstrcat]] and [[qstrcpy]] to dynamically display text on-screen.
Like [[definequote]], but used within actors, events and states.  Can be used in conjunction with [[gametext]], [[minitext]], [[qsprintf]], [[qstrcat]] and [[qstrcpy]] to dynamically display text on-screen.


[[Category:EDuke32 specific commands]]
[[Category:EDuke32 specific commands]]
[[Category:String manipulation]]
[[Category:String manipulation]]

Latest revision as of 13:03, 29 June 2020

qputs <quote number> <quote text>

Like definequote, but used within actors, events and states. Can be used in conjunction with gametext, minitext, qsprintf, qstrcat and qstrcpy to dynamically display text on-screen.