This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:setbeamstart [2021/04/15 13:07] – Karsten75 | 4rpl:commands:setbeamstart [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | < | + | < |
- | <-[[4rpl: | + | <=[[4rpl: |
Line 13: | Line 14: | ||
===== Examples ===== | ===== Examples ===== | ||
+ | <code 4rpl> | ||
<code 4rpl> | <code 4rpl> | ||
once | once | ||
| | ||
#Fire a beam to extends off screen but is at the same height as the unit | #Fire a beam to extends off screen but is at the same height as the unit | ||
- | #We will attach the beam to ourselfs, so that the start point is relative to our unit | + | #We will attach the beam to ourselves, so that the start point is relative to our unit |
- | | + | 3 -> |
- | | + | 4 ->width |
+ | | ||
+ | | ||
+ | | ||
+ | | ||
endonce | endonce | ||
SetBeamStart(< | SetBeamStart(< | ||
- | endif | ||
- | |||
</ | </ | ||
< | < | ||