
07-25-2001, 11:12 PM
|
|
Lord Helmut
|
 |
Join Date: Jun 2001
Location: Gainesville FL
Posts: 1,763
|
|
|
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
|
|
|
|