View Single Post
  #15  
Old 03-29-2001, 01:40 PM
Komieko Komieko is offline
Registered User
Join Date: Mar 2001
Posts: 494
Komieko is on a distinguished road
This is my version..I got alot of problems with it sucha s walking (it sets it to the first animation of bomy_walk each time so it doesn't play full)on horses same and water I got no clue about....Can anyone help with the walking thing?
Quote:
if (playertouchsme) {
sethead bomy_birce0.png;
setani bomy_idle,;
timeout=.05}

if (timeout){

setani bomy_idle,;

if (keydown(0)||keydown(1)||keydown(2)||keydown(3))
{setani bomy_walk,};

timeout=.05}
if (playerdies) {setani bomy_dead,;}
if (playeronhorse){setani bomy_ride,};
if (keydown(5)){setani bomy_hide,; freezeplayer .1;}
if (keydown(6)){setani bomy_attack,; freezeplayer .1;}
Reply With Quote