This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| crpl:docs:setcreeper [2015/03/28 14:49] – clarification warren | crpl:docs:setcreeper [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| === Examples === | === Examples === | ||
| - | < | + | Create a custom emitter, recreating the default in-game one. The values can be changed in the editor. |
| + | < | ||
| + | $power:32 | ||
| + | $interval: | ||
| + | |||
| + | GetTimer0 eq0 if | ||
| + | < | ||
| + | |||
| + | CurrentCoords <-power SetCreeper | ||
| + | endif | ||
| + | </ | ||