ID:175699
 
how would i make a Pushing or Pulling verb?so that the target go's back 1 space the way user is facing.This is what i got so far.
mob
GM
verb
Push(M as mob in oview(1))
set category = "Mod"
var/mob/M = locate() in get_step(src,dir)
if(M)




step(M,usr.dir)