Quote:
Originally Posted by theHAWKER
ok, so i want it to look like your player is climbing down a ladder but this wont work x.x
PHP Code:
//#CLIENTSIDE
if (created) {dontblock;drawunderplayer;
setimg gl_stairs.png;
}
if(created||timeout){
timeout=.05;
if(playertouchsme){
playerdir=0;
}
}
so can someone help me out?
|
dontblock cancels out playertouchs me i believe, and playertouchsme is an event, not a flag to check.
if i were you id test the player's x and y to see if they are in the right place to be on the ladder.