ID:174012
Oct 13 2003, 3:49 pm
|
|
How would you make it so that if you enter a turf(start) you go down-right until you touch another turf(end).
|
Cloudiroth wrote:
How would you make it so that if you enter a turf(start) you go down-right until you touch another turf(end). turf/single_slidy //just showing him how to do it with his single-turf method Entered(atom/A) walk(A,SOUTHEAST) turf/stop_sliding Entered(atom/A) A.Move(loc) |
Then just put a line of them and stop placing them wherever you want them to stop.