MikeTheDigiFloof
Creator of Online+
i'm wanting to make a health display that shows diffrent pictures depending on the player's health (a custom health wheel as i am setting) but every time i set it up, it wont work
Code:
if (p.hp = 1)
v.draw(5, 5, p_hp1)
elseif (p.hp = 2)
v.draw(5, 5, p_hp2)
end