Can anyone tell me if there is a way to make the player not swimmin when over water. When I use setshape2 the character still swims, nonblocking tile didnt work, chair didnt work.
I wanna get this working!@
(With a 36*36 image with water under)
if (playerenters) {
setshape2 6,6,{22,22,22,22,22,22,22,22,22,22,22,22,8,8,8,8,8 ,8,8,8,8,8,8,8,22,22,22,22,22,22,22,22,22,22,22,22 };
}
It it still swimming when in the middle