Stormworks: Build and Rescue

Stormworks: Build and Rescue

Not enough ratings
Lua | Console Output | Easy To Use | Requires Minimal Lua Knowledge
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
25.296 KB
16 May, 2019 @ 7:08pm
16 May, 2019 @ 8:47pm
2 Change Notes ( view )

Subscribe to download
Lua | Console Output | Easy To Use | Requires Minimal Lua Knowledge

Description
This microcontroller is designed to assist in debugging.

It automatically draws new lines 6 pixels apart and can be used for live updating variables and static variables.

This array controls all output information, you just adjust it based on that and update the variables in onTick() if they live update information.

-- Each Parameter in this Table should either be numerical or text.
-- Copy a line and test it out yourself!
local consoleText = {
"Test 1",
"The Quick Brown Fox",
var3 + var4,
var1,
var2,
}