View Single Post
  #9  
Old 11-27-2001, 08:47 AM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
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.
Reply With Quote