mob/var
tmp
bar_overlay
health_bar
mana_bar
mob/Login()
health_bar = new(src, 'b_HealthBar.dmi', 14, "hp", "maxhp", pixel_y = -8)
Problem description:
Login.dm:10:error: health_bar: undefined type: health_bar
Code:
mob/var Problem description: Login.dm:10:error: health_bar: undefined type: health_bar |
Did you intend for health_bar/mana_bar to be types of an object with a type path of /bar_overlay?