Calculator UI


This mod adds a calculator with advanced controls to the UI.

Utilities
3 years ago
0.18 - 1.1
54.2K

b Calculator error with lua math functions

3 years ago

I was messing around with the calculator's Lua functions and tried entering abs by itself (I was hoping it would take the current answer as input). Instead it caused a non-recoverable error. This seems to happen whenever a Lua function that expects input isn't given any. Ideally I'd like an option where the calculator takes the previous answer as input if it isn't given anything else, but I don't know how doable implementing that is.

New response