ID:819309
 
(See the best response by Kaiochao.)
how to drop an obj one tile in the direction the mob is facing? obj.loc = view(1) is not working

Best response
obj.Move(get_step(m, m.dir))
where obj is the item being dropped and m is the person dropping it.
gee. i forget about the move statement. works great. thank you
In response to Kalster
What you forgot was get_step(). Setting the loc would do almost the same thing.