
03-29-2004, 04:49 PM
|
call me Chad, it's cooler
|
 |
Join Date: Aug 2002
Posts: 1,899
|
|
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),; |
|
|