Search results for query: *

  1. ⛧Labyrinthia⛧

    [Open Assets] Shield Storage

    Labyrinthia submitted a new resource: Shield Storage - Store and exchange shields on the go! Read more about this resource...
  2. ⛧Labyrinthia⛧

    [Open Assets] Shield Storage! — Keep 'em all for when you need them!

    Ever wanted every shield and their abilities at your avaliability? Ever thought "Damn, [X] shield would have been very useful right now. Well, here's your kinda ultimate solution for that! Inspired by how Mighty works in the hackrom Sonic Megamix, this script aspires to replicate that very same...
  3. ⛧Labyrinthia⛧

    Lua, reseting variables on main menu/title screen?

    This seems like a pretty simple one but I'm having somewhat of a hard time. Is there any flag or anything of the sort that I can use to check if you're in the title screen and not on an actual level/map/whatever? Long story short I need to reset some variables if you're not in a game and...
  4. ⛧Labyrinthia⛧

    Delay button press check & shields gfx issues, help?

    So, I won't bother with the specific details but I made this silly script as a concept for something else I'm working on. local CANCHANGE = false local CANREVERT = true addHook("ThinkFrame", function() for player in players.iterate do if player.mo.skin == "sonic" and player.mo.health >= 6...
Back
Top