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
ID:149788
Feb 18 2002, 10:44 am
|
|
-= subtracts whats on the right from whats on the left then stores that value in the left.