how to drop an obj one tile in the direction the mob is facing? obj.loc = view(1) is not working
ID:819309
Jun 16 2012, 8:48 pm (Edited on Jun 16 2012, 8:54 pm)
(See the best response by Kaiochao.)
|
|
In response to Kalster
|
|
What you forgot was get_step(). Setting the loc would do almost the same thing.
|
where obj is the item being dropped and m is the person dropping it.