RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Running/Supernatural Dashing Script

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 87
Convert to Maskology or I'll throw orphans at you!
Post this above Main
I deserve no credit for this, I just made it usable outside of test play, the original script is here http://www.gamebaker.com/rmxp/scripts/map-rush.htm#
Note: You will go through anything during test play if you hold the Ctrl key
Spoiler for:
Code: [Select]
class Game_Character
  alias sandgolem_maprush_char_updmove update_move
  def update_move
    if self.is_a?(Game_Player) && Input.press?(Input::CTRL)
      if Input.press?(Input::ALT)
        @move_speed += 6
        @opacity = 0
        sandgolem_maprush_char_updmove
        @move_speed -= 6
      else
    end
        @move_speed += 0.5
        @opacity = 255
        sandgolem_maprush_char_updmove
        @move_speed -= 0.5
      end
    else
      sandgolem_maprush_char_updmove
        @opacity = 255
    end
  end


Instructions:
Spoiler for:
Ctrl=Run
Ctrl+Alt=Supernatural Dash
« Last Edit: April 15, 2007, 03:30:20 PM by Nouman »
Why Mario kicks ass: