Setup
Download
Click on
jumplib.lua
Locate the
Download raw file
button and click it to download JumpLib.

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