ID:149851
 
the code is:
var/damage = src.str -= M.def

i get the following errors:

-=: expecting end of statment
missing left-hand argument to -=

please help!
sorry i'm being so brief, its on my other PC.
You just want var/damage = src.str - M.def.