mob
Stat()
statpanel("Stats")
stat(src)
stat("")
stat("[src.name]","[title]")
stat("")
stat("Health:","[HP]/[maxhp]")
stat("Powerlevel: ","[powerlevel]")
stat("BasePowerlevel: ","[basepowerlevel]")
------------------------------------
stat("Ki","[ki]")
stat("Maxki","[maxki]")
stat("Stamina: ","[stamina]%")
------------------------------------
Problem description:
is there anything wrong with this? It gives me all kinds of error when i put the lines in it.
b.dm:57:error:-- :duplicate definition
Mob.dm:58:error:"Ki":duplicate definition
Mob.dm:58:error:ki:value not allowed here
Mob.dm:58:error::empty type name (indentation error?)
Mob.dm:58:error:text "[]":value not allowed here
Mob.dm:58:error::duplicate definition
Mob.dm:58:error:stat :duplicate definition
Mob.dm:59:error:"Maxki":duplicate definition
Mob.dm:59:error:maxki:value not allowed here
Mob.dm:59:error::empty type name (indentation error?)