In response to Detnom
Now I get an error:

Battle System.dm:63:error:M.Bumped:undefined proc

        Bumped(mob/M)
Bump(M)
..()
if(ismob(M))
M.Bumped(src) //<-- This Line
In response to Plagu3r
Type-cast 'M' or use 'mob/M' in Bump()'s parameters.
In response to Plagu3r
Problem is fixed. Thanks for all the help, espically you Dentom! :D
Page: 1 2