Qgetsysstr: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
One (talk | contribs)
No edit summary
One (talk | contribs)
No edit summary
Line 3: Line 3:
This command copies system strings to a quote file, and can be used to display things like the level or the player's name.
This command copies system strings to a quote file, and can be used to display things like the level or the player's name.


<strID> can be:
<strID> can be:
STR_MAPNAME
STR_MAPNAME
STR_MAPFILENAME
STR_MAPFILENAME
STR_PLAYERNAME
STR_PLAYERNAME
STR_VERSION
STR_VERSION


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

Revision as of 13:17, 4 May 2009

qgetsysstr <quoteID> <strID>

This command copies system strings to a quote file, and can be used to display things like the level or the player's name.

<strID> can be:
STR_MAPNAME
STR_MAPFILENAME
STR_PLAYERNAME
STR_VERSION