Here are two functions, one is wandering, making an object wander about the map, and making the mouse move an object!
Wandering:
`Made by Mojo10
function wander(obj)
move=rnd(3000)
if move=<1000 then move object obj,0.2
if move=<2000 and move=>1000 then turn object right obj,2.5
if move=<3000 and move=>2000 then turn object left obj,2.5
endfunction
Mouse moving an object:
`Made by Mojo10
function mousetoobjectmovement(obj)
move object right obj,mousemovex()
move object obj,-mousemovey()
endfunction
Enjoy!
This is Bish. Copy Bish into your signature to help him take over from Bunny’s control. (Bogwizard.com - Bunny hybrids)