Use this frame in the time that you want to "teleport your char":
You will need to insert the right number of the frame. Fter this put the right next(probabily negative because your char change direction). In dvx you will put the right X position that you want ( you can easily cauculate it on paint) and in dvy the right Y position(will be negative because your char will appear above).
OBS: the next frame will need to have dvx: 550 and dvy: 550, or your char will fly around hehe
Code:
<frame> XXX Teleport
pic: 999 state: 3005 wait: 0 next: XXX dvx: xxx dvy: yyy centerx: 39 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0
wpoint:
kind: 1 x: -10 y: -999 weaponact: 75 attacking: 0 cover: 0 dvx: 0 dvy: 0 dvz: 0
wpoint_end:
<frame_end>
You will need to insert the right number of the frame. Fter this put the right next(probabily negative because your char change direction). In dvx you will put the right X position that you want ( you can easily cauculate it on paint) and in dvy the right Y position(will be negative because your char will appear above).
OBS: the next frame will need to have dvx: 550 and dvy: 550, or your char will fly around hehe