mob
var
damage
strength
agility
Chars
HumanMale
damage = strength / 5 + agility / 5
Problem description:
when i try to compile i get 3 errors
Thornvaile.dm:113:error: strength: invalid variable
Thornvaile.dm:113:error: agility: invalid variable
Thornvaile.dm:113:error: : expected a constant expression
this is because of my formatting i assume, ive read through the guide and reference and 1 or 2 tutorials but im not sure what im doing wrong, any corrections would be appreciated.