View Single Post
  #3  
Old 03-29-2004, 04:49 PM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
hehe, that's definately not what he means, Wan

you can't read from the replaceani feature, so you can't script it directly into your movement. But that's not a problem, just set a string to replace your anis. like;

setstring client.walk,walk;
setstring client.idle,idle;

or use a string list

setstring client.anis,walk,idle;

and just change them like that. This only works because you can pass strings to the setani command, <3 for Stefan

setani #s(client.walk),;
setani #I(client.walk,0),;
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote