Keyboard Right
if move==true && adrenaline==false && jumping==false
{if place_free(x+2,y)
{hspeed=4;sprite_index=player_run_r;forward=true;}
else
{y-=4;x+=2;}}Step Event
if keyboard_check(vk_right){if place_meeting(x+1,y,obj_slope_r)
{if place_free(x+1,y-1){y-=4;x+=1;hspeed=0;vspeed=0;}}}
if place_meeting(x,y+1,obj_slope_r){move_snap(1,1)} else {move_snap(4,1)}All help is appreciated.



Find content
Not Telling
