This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:call [2022/06/25 17:15] – Reformat Karsten75 | crpl:docs:call [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 14: | Line 14: | ||
=== Examples === | === Examples === | ||
- | < | + | < |
- | # invoke | + | 3 4 @MyMathFunction Trace |
- | # with the value " | + | |
- | # a rapid (speed 100) move. | + | :MyMathFunction |
- | 35 @chance if | + | ->b -> |
- | 100 @relocate | + | <-a <-b * <-a - # multiply both and subtract the first |
- | endif | + | |
</ | </ | ||