This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:while [2024/06/06 02:21] – [Examples] Added a unit-script example. LiteralNoob | 4rpl:commands:while [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 29: | Line 29: | ||
# Health regen rate or " | # Health regen rate or " | ||
- | while(GetUnitHealth(self) GetUnitMaxHealth(self) | + | while eq(GetUnitHealth(self) GetUnitMaxHealth(self)) |
repeat | repeat | ||
SetUnitMaxHealth(self GetUnitMaxHealth 0.5 add) #Add 0.5 points of max health to the unit | SetUnitMaxHealth(self GetUnitMaxHealth 0.5 add) #Add 0.5 points of max health to the unit |