- Joined
- Oct 19, 2015
- Messages
- 101
- Reaction score
- 289
- First Language
- Chinese
- Primarily Uses
- RMVXA
Hi guys!
In default system, player have to press shift+arrow keys to dash.
How to change it into space bar+arrow keys to dash?
I've tried to modify the script (from :shift into :c )
But I only need is space bar , Z or enter key is not included.
*another question, how to unable the space bar as a :C key?
I hope i can get it soon,thanks for reading!
*apologies for my bad english >n<
In default system, player have to press shift+arrow keys to dash.
How to change it into space bar+arrow keys to dash?
I've tried to modify the script (from :shift into :c )
def dash?
return false if @move_route_forcing
return false if $game_map.disable_dash?
return false if vehicle
return Input.press? (:C)
end
But I only need is space bar , Z or enter key is not included.
*another question, how to unable the space bar as a :C key?
I hope i can get it soon,thanks for reading!
*apologies for my bad english >n<