- Joined
- Jan 13, 2017
- Messages
- 164
- Reaction score
- 66
- First Language
- English
- Primarily Uses
- RMMV
Hi Everyone! I figured this might be something useful for all users including myself. I will keep track of all my Favorite JavaScript calls used in RPG Maker MV!!
Feel Free to post comments with your favorite also! This is just starting out as I ran out of time today this will be an on going updated post. I will post Plugin specific script calls also that I enjoy using.
Used inside Conditional Branch:
I also really love using Galv Button Events plugin and using the script calls he provides to make amazing things! Be Creative and you can make almost anything!
Feel Free to post comments with your favorite also! This is just starting out as I ran out of time today this will be an on going updated post. I will post Plugin specific script calls also that I enjoy using.
Used inside Conditional Branch:
$gamePlayer.x === X && $gamePlayer.y === Y
$gameSelfSwitches.setValue([Map, Event, 'Switch'], truefalse)
Keys:
(Input.isTriggered('ok'))
(Input.isRepeated(ok'))
(Input.isPressed('ok'))
(Input.isLongPressed('ok'))
Mouse:
(TouchInput.isTriggered())
(TouchInput.isRepeated())
(TouchInput.isPressed())
(TouchInput.isLongPressed())
(TouchInput.isCancelled())
(TouchInput.isMoved())
(TouchInput.isReleased())
I also really love using Galv Button Events plugin and using the script calls he provides to make amazing things! Be Creative and you can make almost anything!
Last edited: