Qputs: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
redefinequote <quote number> <quote text>
redefinequote <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]]

Revision as of 03:53, 9 September 2006

redefinequote <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.