This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:addcreeperinrange [2021/06/30 17:47] – virgilw | 4rpl:commands:addcreeperinrange [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 9: | Line 9: | ||
====== AddCreeperInRange ====== | ====== AddCreeperInRange ====== | ||
- | AddCreeperInRange{<-cellX <-cellZ <-range < | + | AddCreeperInRange(<-cellX <-cellZ <-range < |
===== Description ===== | ===== Description ===== | ||
- | Adds creeper at the specified integer map area. A value of 0 means no creeper. | + | Adds creeper at the specified integer map area. A value of 0 means no creeper. |
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
- | AddCreeperInRange(42 23 10 false 5) | + | # Creates a total of 90 creeper in a 3x3 area |
+ | AddCreeperInRange(60 40 1 true 10) | ||
</ | </ | ||
< | < | ||