Added some stuff to the command mode help section.

This commit is contained in:
Lari Nieminen 2008-12-25 14:49:04 +00:00
parent de1d27e96c
commit 2eb62ad311

View file

@ -752,7 +752,7 @@ Toggle the display of the current frames per second.
Switch a log domain to a different log level.
" + "<header>text=':refresh'</header>" + _"
Redraw the screen.
Redraws the screen and reloads any image files that have been changed.
" + "<header>text=':theme'</header>" + _"
Bring up theme selection menu.
@ -794,7 +794,10 @@ Toggle muting/silencing of all observers on/off."
[topic]
id=debug_commands
title= _ "Debug mode commands"
text= "<header>text=':create <unit type id>'</header>" + _"
text= "<header>text=':choose_level or :cl'</header>" + _"
Brings up a menu for choosing a scenario to immediately advance to in a campaign.
" + "<header>text=':create <unit type id>'</header>" + _"
Create a unit of the specified type on the selected hex.
" + "<header>text=':fog/shroud'</header>" + _"
@ -803,6 +806,9 @@ Toggle fog/shroud for the current side.
" + "<header>text=':gold <amount>'</header>" + _"
Adds the specified amount to the current side's gold.
" + "<header>text=':n'</header>" + _"
Immediately advances to the next scenario in a campaign.
" + "<header>text=':set_var <variable=value>'</header>" + _"
Manually set a gamestate variable to value.