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)
ID:175699
![]() Mar 18 2003, 6:07 pm
|
|
![]() Mar 18 2003, 6:10 pm
|
|
step(M,usr.dir)
|