ID:149788
 
Battle.dm:4:error: -=: expected end of statement
Battle.dm:4:error: missing left-hand argument to -=.

Chippie Pets.dmb - 37 errors, 0 warnings (double-click on an error to jump to it)

var/damage = usr.power -= M.defence

Help

P.S. Not U Nadrew
Why do you have the -= in there...

-= subtracts whats on the right from whats on the left then stores that value in the left.