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?
ID:157457
Mar 5 2010, 4:13 pm
|
|
Mar 5 2010, 4:56 pm
|
|
http://www.byond.com/developer/forum/?id=741289&display=1
|
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
|