Search results for query: *

  1. N

    What are the most common lua "if" and "then" statements?

    basically "if object mo exists then"
  2. N

    What are the most common lua "if" and "then" statements?

    if player.pflags & PF_THOKKED then return end
  3. N

    I want to learn Lua. where is a good place to start?

    You need to learn Lua first: http://lua-users.org/wiki/LuaTutorial This is very much needed for scripting. Be careful, as the Lua in the guide is the original, while SRB2's Lua is BLua, and is documented here: https://wiki.srb2.org/wiki/Lua/Syntax
  4. N

    minimal jump count routing helper - Settings and Loss (1.1)

    This update adds settings, and a losstime display Losstime gets set to 10 seconds when you get hit, and controls ring scattering. Now the mod has settings mj_manualcounter -> Yes/No, If yes, disables auto jump count and turns the decrement button into a increment button mj_losstimermode ->...
  5. N

    minimal jump count routing helper

    notwait updated minimal jump count routing helper with a new update entry: Settings and Loss (1.1) Read the rest of this update entry...
  6. N

    P_SKIN Not affecting hiresscale

    have you added the hires flag
  7. N

    minimal jump count routing helper 1.1

    A simple mod that helps in strategizing for the "Minimal Jump Challenge". It features a jump counter, and a checkpoint shield keeper. The jump counter can be decremented by 1 with Custom 1, and reset with Custom 2
  8. N

    minimal jump count routing helper

    notwait submitted a new resource: minimal jump count routing helper - Lua helper for routing a minimal jump run. Read more about this resource...
Back
Top