Hi everyone,
I am working on a script which need to move player by OnTouch command.
Each time when player touch the npc, the player will be moved to the same direction.
Is anyone know how to make it works like skid trap?
Thank you.
using command "unitskillusepos" and work fine.
unitskillusepos getnpcid(0),115,5,88,13;
and the last problem is how to change the player's pointing direction.
But I think the result of SC_RUN is much more better than using unitskillusepos
Thank you.
I am working on a script which need to move player by OnTouch command.
Each time when player touch the npc, the player will be moved to the same direction.
Is anyone know how to make it works like skid trap?
Thank you.
using command "unitskillusepos" and work fine.
unitskillusepos getnpcid(0),115,5,88,13;
and the last problem is how to change the player's pointing direction.
But I think the result of SC_RUN is much more better than using unitskillusepos
Thank you.
Last edited by a moderator: