Quote:
Originally posted by T3CK
just guessing, but wouldn't it be something simple like:
if (playeronhorse&&playerdir=3&&keydown(D-KEYNUMBER)){
putleaps 0,playerx,playery-=1.8;
}
put in that script and maybe put it in a timeout loop to make it do more 'leaps' and see how that turns out.
|
now i kno that isnt right from the back of my head...those leaps have like 4 things....the horse eating ones are x2 as small and x3 as many...i just want to get the gfx so i can update it for snow tiles and such.