Difference between revisions of "Lua Command Line"
Jump to navigation
Jump to search
ChillGenXer (talk | contribs) |
ChillGenXer (talk | contribs) |
||
Line 17: | Line 17: | ||
==setSunrise()== | ==setSunrise()== | ||
Set the game time to sunrise. | Set the game time of day to sunrise. | ||
==setSunset()== | ==setSunset()== |
Revision as of 17:16, 31 October 2022
Overview
The Lua Command Line is an in-game command line tool that allows direct interaction with the Sapiens game engine. It can be accessed by entering the game chat using Ctrl+C and then typing /lua. Once the command line has started, Lua commands can be executed directly allowing the player to modify various game behaviors. The Lua Command Line can be exited by typing /exit.
Commands
completeCheat()
Enables instant build mode.
setDebugObject()
setSunrise()
Set the game time of day to sunrise.
setSunset()
Set the game time of day to sunset.
printType()
spawn()
To spawn an item in the game type:
spawn("apple",1)
Please note if the quantity is omitted, 1 will default.