ID:162278
 
Can you make like a verb that create a turf thats in front of the usr?
Yes, it's possible.
In response to Kaiochao2536
Oh wow O.o that was fast. N e ways uhh how would you like create the object>?? like var/turf/test/E1 = new /turf/test() would that work
In response to Trane5
In order to create a turf you need to pass it the argument of a turf to replace. So,

new /turf/test(get_step(usr,dir))