- Joined
- Jun 20, 2017
- Messages
- 8
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMMV
Hey everyone! I'm trying my hand at learning Javascript, as I've been unsucessful finding a plugin for the Battle system I have in mind.
Its a 1v1 Rock-paper-scissors type game. However, damage is dealt using a 6 skills (which deal various multiplier of damage against one another) and I plan to implement a combo-system on top of that at a later date.
A major hurdle I'm facing right now is making the game so that once an attack has been selected: both the player and enemy make their action and deal damage at the same time. I've been messing about with the system scripts for the past few days (trial and error). And have not been successful.
All I've really tried is looking through 'Game_Action.prototype.speed' and altering the values to 0. and looking at some strings/ functions which mention 'action'.
I have a feeling that the RMMV system may be scripted so that if both the Player and enemy's speed is equal: the player goes first.
I'm extremely new to Javascript. Though I have watched A LOT of tutorials, so I'm able to make some educated guesses to what I'm doing...!
Help will be much appreciated!!! ^_^
Its a 1v1 Rock-paper-scissors type game. However, damage is dealt using a 6 skills (which deal various multiplier of damage against one another) and I plan to implement a combo-system on top of that at a later date.
A major hurdle I'm facing right now is making the game so that once an attack has been selected: both the player and enemy make their action and deal damage at the same time. I've been messing about with the system scripts for the past few days (trial and error). And have not been successful.
All I've really tried is looking through 'Game_Action.prototype.speed' and altering the values to 0. and looking at some strings/ functions which mention 'action'.
I have a feeling that the RMMV system may be scripted so that if both the Player and enemy's speed is equal: the player goes first.
I'm extremely new to Javascript. Though I have watched A LOT of tutorials, so I'm able to make some educated guesses to what I'm doing...!
Help will be much appreciated!!! ^_^



