Setup
Download
Click on
jumplib.luaLocate the
Download raw filebutton and click it to download JumpLib.

Install
Move
jumplib.luato anywhere inside of your mod folder so it can be included.Call the global
includeorrequirefunction with the path to where you placed the file, and call theInitfunction from the returned table.
include("path.to.jumplib").Init()JumpLib is now ready to be used!
Last updated