- Joined
- Jan 8, 2014
- Messages
- 1,055
- Reaction score
- 785
- First Language
- English
- Primarily Uses
- RMMV
@DarthSarlos I'll take a look in a few minutes and see why it's not working.
@Nico Kaneo I did test it, and works completely fine for me. And if you're still getting the error, the error wouldn't be the same, since this new version has more lines. So if your error still looks like:
Uncaught SyntaxError: Unexpected token ; QuasiABS.js:944
Then you are still using the old broken file. All you need to do is download the QuasiABS.js, and replace your old one with it. No need to redownload it all
https://github.com/quasixi/Quasi-MV-ABS-Demo/blob/master/js/plugins/QuasiABS.js
If your error doesn't look like that, let me know.
Edit.
@DarthSarlos Oh I see, I think. The character does turn, but the skill's position is still facing the previous direction. Well that is to be expected as the skills starting position is setup before the sequence starts. So changing the direction of the user won't do anything to the skills position. I can add a <absBeforeSkill> sequence that will run those actions before the skill is used.
@Nico Kaneo I did test it, and works completely fine for me. And if you're still getting the error, the error wouldn't be the same, since this new version has more lines. So if your error still looks like:
Uncaught SyntaxError: Unexpected token ; QuasiABS.js:944
Then you are still using the old broken file. All you need to do is download the QuasiABS.js, and replace your old one with it. No need to redownload it all
https://github.com/quasixi/Quasi-MV-ABS-Demo/blob/master/js/plugins/QuasiABS.js
If your error doesn't look like that, let me know.
Edit.
@DarthSarlos Oh I see, I think. The character does turn, but the skill's position is still facing the previous direction. Well that is to be expected as the skills starting position is setup before the sequence starts. So changing the direction of the user won't do anything to the skills position. I can add a <absBeforeSkill> sequence that will run those actions before the skill is used.
Last edited by a moderator:








