Jump Fix
by DigiDeity
DescriptionThis Script fixes some "bugs" which can be caused by using the jump feature of the game. If you're jumping around you can land on places which are not passable (Events,Tiles etc), you can also land on coordinates which are out of the map.
Another feature of the Script is that the party members (follower) wont jump if you use the standard jump function, with this fix it will be possible to let them jump as well. Last "feature" is the after jump delay, since it depends on how you implement jumping the player could be able to spam it which would be faster than running or casual walking.
Its more or less easy to implement a jumping function via events but since it kind of belongs to the fix I also wrote a script which will allow the player to jump by pressing a button.
UsageIt is pretty much a "plug 'n play" script but there are some settings included which should be set up by everyone individually before starting.
Tipp!Since it is more efford to the user to setup scripts (cause its text based) than add some events I didn't add a feature to change the sprite during a jump. But here is a simple tipp to do it via events (look at Screenshots for an proper example).Just use $game_player.jumping?
as a condition to check if the player is performing a jump and change the sprite. Screenshots ScriptNoteFeel free to report any bugs and/ or suggestions for improvements!