#Need help with making stamina and hp script - its for learning

1 messages · Page 1 of 1 (latest)

thin verge
#

I just need to know how to fix it dont tell me full script

candid vector
#

Put it right next to the 100 <

glossy gorge
#

Inside*

#

I guess you want to do like: if hp < 100 and mana < 100

thin verge
sick shore
thin verge
sick shore
sick shore
thin verge
sick shore
#

then wrapped between then and end sections

#

so

#
if *condition* and *condition2* then
  -- do stuff
end
glossy gorge
sharp aspen
# thin verge Nvm can you tell full script?
local hp = 150
local mana = 100

if hp > 100 and mana == 100 then
print("Your great!")

end

if mana > 100 and hp < 100 then
print("Train more!")
end

if hp < 100 and mana < 100 then
  print("your bad")
end