User Tools

Site Tools


4rpl:commands:settimer3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
4rpl:commands:settimer3 [2021/01/08 16:01] – external edit 127.0.0.14rpl:commands:settimer3 [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-<=[[4rpl:start| Index]]+<=[[4rpl:start| Index]] \\ 
 +<= [[4rpl:start#Timers]] 
  
 +
 +<WRAP tabs>
 +  * [[4rpl:commands:gettimer3|Get]]
 +  * [[4rpl:commands:settimer3|Set]]
 +</WRAP>
 ====== SetTimer3 ====== ====== SetTimer3 ======
 SetTimer3(<-amt) SetTimer3(<-amt)
  
 ===== 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)
    SetTimer3 (30)    SetTimer3 (30)
 endif endif
4rpl/commands/settimer3.1610121708.txt.gz · Last modified: 2025/02/14 14:56 (external edit)