This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 4rpl:commands:stununitsinrange [2023/09/26 00:19] – [Examples] LiteralNoob | 4rpl:commands:stununitsinrange [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| ===== Description ===== | ===== Description ===== | ||
| Stuns the units in range of the specified cell coordinates. This is the same routine that shrapnel uses to stun units. The ' | Stuns the units in range of the specified cell coordinates. This is the same routine that shrapnel uses to stun units. The ' | ||
| + | |||
| + | :NOTE: | ||
| + | Default StunCount is 10 seconds or 300 Frames. | ||
| ===== Examples ===== | ===== Examples ===== | ||
| <code 4rpl> | <code 4rpl> | ||
| - | StunUnitsInRange(50 50 20 false) | + | StunUnitsInRange(50 50 20 false) |
| - | #This Shows the location of stunning, and it is set to stun both enemies/non enemies | + | |
| </ | </ | ||
| < | < | ||