For some reason the script doesn't work, can anyone tell what is wrong if val(health) = 7 then call Lset(HP2, 1, 1) end if if val(health) = 6 then call Lset(HP3, 1, 1) end if if val(health) = 5 then call Lset(HP4, 1, 1) end if if val(health) = 4 then call Lset(HP5, 1, 1) end if if val(health) = 3 th...