Save-Point
Simple Dashing - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html)
+---- Thread: Simple Dashing (/thread-11519.html)



Simple Dashing - DerVVulfman - 03-16-2025

Simple Dashing
Version: 1.0


Introduction

This script merely adds the ability to increase the player's speed by one notch while keeping the speed-dash key depressed.


Features
  • Define which maps may not permit dashing in a simple hash array
  • Be able to use a script call to turn dashing off in general
  • Run, Forest! Run!


Screenshots

No special graphics. No running graphics. It is merely a speed increase.


Demo

Too easy.


Script
Would you believe, I have TWO versions? I made one for those who use the RMXP SDK.

Non-SDK General Version
RMXP SDK Version


Instructions

In the script.


FAQ

Its basically the same mechanics used within the RPGMaker line from RPGMaker VXAce on up.


Compatibility

There are edits to two methods within the Game_Character class, though there are differences between which methods for the two scripts (regular/SDK).


Terms and Conditions

Free for use. Just give due credit.