Setup

Download

  1. Click on jumplib.lua

  2. Locate the Download raw file button and click it to download JumpLib.

Install

  1. Move jumplib.lua to anywhere inside of your mod folder so it can be included.

  2. Call the global include or require function with the path to where you placed the file, and call the Init function from the returned table.

include("path.to.jumplib").Init()
  1. JumpLib is now ready to be used!

Last updated