Way to get major and minor version in mod?
Posted: Wed Feb 12, 2020 3:34 pm
Basically I want to prepare for a new function being available, by saying if version <18.x use function A, version >18.x+.01 use function B. I could write an on_nth_tick check if the pcall returns an error or something, but that's a going to be more complicated than using the game version.