ID:172537
![]() Apr 26 2004, 7:01 pm
|
|
When i fish, i want u to have to be in oview(1) from the water and u click on the fishing pole in ur inventory to cast out ur line. How would i search for the water?
|
![]() Apr 26 2004, 7:07 pm
|
|
That is nothing like what he asked for. He wants finding adjacent turfs, not generating random numbers. =P
Using locate() and oview() together is probably the best way. <code>if (locate(/turf/water) in oview(1,src)) src << "You are standing next to water. DON'T FALL IN!"</code> |
oh...i read it wrong...heh i thought he said how would i search in the water...instead it was how would i search for water
|
Crispy wrote:
That is nothing like what he asked for. He wants finding adjacent turfs, not generating random numbers. =P ROFL *falls out of his seat, right after adding this forum chat too his clipboard* |