obj
Tailed_Beast_Blast
icon="TBB.dmi"
density=1
var/Damage=30
Bumb(var/mob/m)
if(ismob(m)
m.HP -= Damage
view(m) << "[m] was hit with Fu's Tailed Beast Blast for [Damage] Damage!"
Problem description:
just wondering why this gives me the error:Objects.dm:8:error: m: missing comma ',' or right-paren ')'
which is the line that says "m.HP -= Damage"
and how to fix it please!
Please check twice your code before doing a topic for each Compile error you get,
Super Saiyan X has made a post a while ago about them, you should read it.