Search results for query: *

  1. whatdoitypehere75

    how to make and add custom textures to UZB

    I have a picture I want to make the background of my level, but I don't know how to import it. I have Slade and UZB, but I don't know what type of file it needs to be and how to import it. can anyone help?
  2. whatdoitypehere75

    Don't know how to fix this

    IGNORE THIS NOW, I AM FIGURING IT OUT MYSELF im trying to find a way for when you press custom1 while jumping, you go down, but its not working and stops the other abilities from working: local function ThrustDown(player) if player.mo.skin == "metalsonic" then if player.pflags &...
  3. whatdoitypehere75

    how to remove metal sonics float ability

    so basically, im trying to give Metal Sonic some new abilities, but his float ability kicks in when i use the ability special, I added player.charability = CA_NONE, but depending on where i put it, it either just made it the float ability, make it just the new ability but make it have infinite...
  4. whatdoitypehere75

    How to make an upwards thrust

    Im trying to find a way to thrust the character up, but I dont understand the code. I found A_ZThrust but i dont understand it, and i dont think its lua.
Back
Top