ID:179181
 
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.
ECheese2 wrote:
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.

Try this:
var/damage = src.str - M.def

Or you can change it.
oops! Thanks for pointing that out! Ill fix it right away!

-Rcet
In response to Rcet
Fixed! Again, thanks for reporting.

-Rcet