This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:getlistelement [2024/06/09 06:49] – [Examples] Added 2 examples made by Kalli on discord. LiteralNoob | 4rpl:commands:getlistelement [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 21: | Line 21: | ||
Trace (< | Trace (< | ||
loop | loop | ||
- | </ | + | </ |
<code 4rpl> | <code 4rpl> | ||
Line 27: | Line 27: | ||
RandInt(0 GetListCount(< | RandInt(0 GetListCount(< | ||
GetListElement(< | GetListElement(< | ||
- | </color> | + | </code> |
<code 4rpl> | <code 4rpl> | ||
Line 39: | Line 39: | ||
Getlistcount 0 swap RandInt | Getlistcount 0 swap RandInt | ||
Getlistelement | Getlistelement | ||
- | </color> | + | </code> |
< | < | ||