-
Notifications
You must be signed in to change notification settings - Fork 55
Commands
Brian Rivas edited this page Jan 14, 2016
·
11 revisions
The in-game commands are mainly intended for debugging and testing.
-
roguelike dungeon X Z
- where X and Z are the X/Z parts of the coordinates where you want to spawn the dungeon
-
roguelike dungeon here
- spawn a dungeon at the location of the caller
-
roguelike dungeon nearby
- spawn a dungeon somewhere near the caller
-
roguelike dungeon [here | nearby | X Z] setting
- where setting is a name defined in a Dungeon Setting
-
roguelike config reload
- reload the Config File at runtime