
12-29-2001, 01:00 PM
|
|
Registered User
|
 |
Join Date: Jun 2001
Posts: 2,471
|
|
|
ive been doing this for water spashes should work for fish too
if (playerenters) {
timeout = 0.1;
}
while (timeout) {
setani FISHANI,;
x = random(water end left,water end right);
y = random(water end up,water end down);
sleep 0.2;
}
the water end DIR is the X and Y needed |
|
|
|