LowHP

1
Created On
N/A
Updated On
N/A
Total Views
9
Total Downloads
0
Maintainer
dualityps

Displays an onscreenmessage upon reaching < 30% health.

To Change what percentage you get the warning on, just edit line 6 in the LowHP.lua file

30%

if hp > 0.3 then return end

to for example 35%

if hp > 0.35 then return end

or to 40%

if hp > 0.4 then return end