Thread: Pet?
View Single Post
  #12  
Old 07-25-2001, 11:12 PM
ownerofbabylon ownerofbabylon is offline
Lord Helmut
ownerofbabylon's Avatar
Join Date: Jun 2001
Location: Gainesville FL
Posts: 1,763
ownerofbabylon is on a distinguished road
Send a message via ICQ to ownerofbabylon Send a message via AIM to ownerofbabylon
uh oh, I dont know how to do timeouts right.

is it like


if(created){
timeout=.5;
setimg idle.gif;
}
if(playerchats&&strequals(#c,come)){
followplayer;
}
if(playerdir==0){
timeout=.5
setimg up.gif;
}
if(playerdir==1){
timeout=.5
setimg left.gif;
}

?? something like that? I understand how they work but I have never used them and im not sure what part goes where.
if(playerdir==2){
timeout=.5
setimg down.gif;
}
if(playerdir==3){
timeout=.5
setimg right.gif;
}
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote