Is it possible to make your player Immovable when he isnt moving?Like your player is standing or other movements that does have 0 velocity.Like:P1 is standing, P2 is running to P1, when P2 reach P1, P1 will stay in position without being moved by P2.Possible?Thanks.
Use a posset when p2 is a certain distance and has a certain velocity. You might need a load of triggers to make it work exactly how you want it.
try this...[state -2]type = velsettrigger1 = P2BodyDist X <= 0 (however far you're hitbox lets them in)trigger1 = P2BodyDist Y >= -150 (your height at the top of your cns file, but as a negative)x = enemynear, Vel X (should cancel out movement all together)This may work, but I hope this my help alsoif nnot this, I would check Apocolypse's cns file (the character). His hand and head never move.