ID:166042
 
Try as I might, I can't get my head around writing a proc to return all turfs in a cone view originating at a mob.

@ = mob
# = turf

     #######
      #####
###
@

(MOB facing North)

#####
#####
#####
@####

(MOB facing NorthEast)

#
##
###
@###
###
##
#

(MOB facing East)


This is what im looking for or something like it. If anyone can help or push me in the right direction I'd be very appreciative.

Thanks in advance,

- GunRunner
You mean first person look?
In response to Ripiz