View Single Post
  #9  
Old 12-29-2001, 01:00 PM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
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
Reply With Quote