- Joined
- Apr 27, 2014
- Messages
- 129
- Reaction score
- 32
- First Language
- english
- Primarily Uses
Pretty simply, look for the line in the notetag that says something like:Hello there. FIrst of all thank you for this wonderful script. I have been looking for a battle system to use for my game and I believe this is the best free one that I found. Noob question though, read through this and through the document manual but I can't seem to figure how to make ranged weapon attack properly. Right now whenever I have a bow equipped my actor will still hit the enemy in melee range so it's like he is using a melee weapon but with the crossbow icon.
PS. I am not using Holder animation. So part of the question is if it is possible without using holder add on/
move user: target, wait
and change it to something like:
move user: forward, 6, wait
The first line is telling the user to move to the target's location. The second line tells him to move forward X pixels, where in this case, X=6.


