This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 4rpl:commands:settimer3 [2021/01/24 18:42] – karsten75 | 4rpl:commands:settimer3 [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| - | < | + | < |
| + | <= [[4rpl: | ||
| + | |||
| <WRAP tabs> | <WRAP tabs> | ||
| * [[4rpl: | * [[4rpl: | ||
| Line 9: | Line 12: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | Sets the current value of timer 3. Timers are set to some value, and the decrease by 1 each game frame. | + | Sets the current value of timer 3. Timers are set to some value, and then decrease by 1 each game frame. |
| ===== Examples ===== | ===== Examples ===== | ||
| <code 4rpl> | <code 4rpl> | ||
| if (GetTimer3 eq0) | if (GetTimer3 eq0) | ||
| - | SetCreeeper(GetUnitCell(self) 5 false) | + | SetCreeper(GetUnitCell(self) 5 false) |
| | | ||
| endif | endif | ||