verb
Super_Slash (mob/M as in oview (2))
var/damage = usr.str - usr.def + 5
if(damage <= 0)
usr <<"[M] barely dodges your attack!"
M <<" You BARELY dodge [usr]'s attack!"
else M.hp -= damage
view() <<"[M] takes [damage] damage from [usr]'s Super Slash!!!"
M:deathcheck()
Problem description:
loading Codes practiced.dme
C:\Documents and Settings\Guest\My Documents\test game.dm:111:error: missing left-hand argument to in.
C:\Documents and Settings\Guest\My Documents\test game.dm:111:error: ): expected }
C:\Documents and Settings\Guest\My Documents\test game.dm:110:error: location of top-most unmatched {
i am having a problem with something its a few tiny errors i have been trying to fix
the line where it says super slash is where every single error seems to come from
mob