ID:157457
 
yes, i know about get_step and i know how to use it but, not enough space for the full title
-------------------------------------------------------
--Detecting what is one space in front of me and one space to the relative Left/Right.--

basically how would i go about doing this?
In response to Darkjohn66
Yes i know about all of that but its a good review, i need to check the relative left of that eg. North would get North then West
In response to Gigimoi
get_step(src,turn(src.dir,45))

would be one step to the front-left and
get_step(src,turn(src.dir,-45))

would be one step to the front-right.
In response to Gunbuddy13
I see now, thank you