In action sequence packs, i can only move my actor to a position relative to my target like this:
MOVE target1: target2, BASE, (frames)
MOVE target1: target2, CENTER, (frames)
MOVE target1: target2, HEAD, (frames)
MOVE target1: target2, FRONT BASE, (frames)
MOVE target1: target2, FRONT CENTER, (frames)
MOVE target1: target2, FRONT HEAD, (frames)
MOVE target1: target2, BACK BASE, (frames)
MOVE target1: target2, BACK CENTER, (frames)
MOVE target1: target2, BACK HEAD, (frames)
However, sometimes i want to move my actor to a certain point (x,y) from the target, like "MOVE user: targets, 200, 300, (frames)" (it means the position is target's X+200 and Y+300), but i can't figure out how to do it, or the plugin itself does not provide something like that?