- Joined
- Apr 20, 2019
- Messages
- 174
- Reaction score
- 13
- First Language
- Spanish
- Primarily Uses
- RMMV
There is a monster that is chasing you. In order, to beat the level you'll have to Input a certain number.
What I want to do is to force a Game Over when the monster touches you, even though you're in the middle of inputting the number or reading a message.
What I'll probably need is some kind of script call that imitates\forces "key pressed" command without you actually pressing it.
I tried to use these:
(Input.isTriggered('ok'))
(Input.isRepeated(ok'))
(Input.isPressed('ok'))
(Input.isLongPressed('ok'))
but as I understand those are only for checking if certain keys are pressed.
What I want to do is to force a Game Over when the monster touches you, even though you're in the middle of inputting the number or reading a message.
What I'll probably need is some kind of script call that imitates\forces "key pressed" command without you actually pressing it.
I tried to use these:
(Input.isTriggered('ok'))
(Input.isRepeated(ok'))
(Input.isPressed('ok'))
(Input.isLongPressed('ok'))
but as I understand those are only for checking if certain keys are pressed.
