ID:179536
 
This is what i have
mob
guy
icon = '.dmi'
Bump(mob/M as mob in view(1))
if(istype(M,/mob/guy))
usr<<"text here"
that does work
so i was wondering how i could make it work
Thanx
mob/Bump(mob/M)
if(ismob(M))
src << "You bumped [M]!"