- Joined
- Apr 6, 2016
- Messages
- 100
- Reaction score
- 14
- First Language
- Swedish
- Primarily Uses
- N/A
Hi!
I have events moving around in the world and upon seeing the player they chase the player. Once they hit the player it runs a common event which triggers the battle scene. It works perfectly without Qmovement but I really wanted to have the free movement so I am trying to make it work. But it's just not working...
I've tried a few different things, tried searching but I'm just not having any luck in figuring out how to combine it. Qsight only triggers switches which really doesn't work, If it could trigger a common event then I could make it work though.
So any thoughts on how to make it possible?
Event chase player triggers in the move route on repeat:
Turn at random
1 step forward
Script: this._chaseRange = 48
Script: this._chaseSpeed = 4
Originally the chaseRange is 4 but I've changed it to 48 which at least makes the events chase, but the speed is all wrong as they are kind of glitching toward the players without any animation. I've tried change the chase speed too.
I know I am being short and not very detailed, the reason for it is that I am hoping there is a good fix for it. If more information will be needed I am willing and able to put the energy into compiling it very well.
Best regards,
I have events moving around in the world and upon seeing the player they chase the player. Once they hit the player it runs a common event which triggers the battle scene. It works perfectly without Qmovement but I really wanted to have the free movement so I am trying to make it work. But it's just not working...
I've tried a few different things, tried searching but I'm just not having any luck in figuring out how to combine it. Qsight only triggers switches which really doesn't work, If it could trigger a common event then I could make it work though.
So any thoughts on how to make it possible?
Event chase player triggers in the move route on repeat:
Turn at random
1 step forward
Script: this._chaseRange = 48
Script: this._chaseSpeed = 4
Originally the chaseRange is 4 but I've changed it to 48 which at least makes the events chase, but the speed is all wrong as they are kind of glitching toward the players without any animation. I've tried change the chase speed too.
I know I am being short and not very detailed, the reason for it is that I am hoping there is a good fix for it. If more information will be needed I am willing and able to put the energy into compiling it very well.
Best regards,
Last edited: