This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:addcreeperinrange [2021/03/12 21:54] – Karsten75 | 4rpl:commands:addcreeperinrange [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | < | + | < |
+ | < | ||
<WRAP tabs> | <WRAP tabs> | ||
* [[4rpl: | * [[4rpl: | ||
+ | * [[4rpl: | ||
* [[4rpl: | * [[4rpl: | ||
</ | </ | ||
====== 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> | ||
- | AddCreeeperInRange(42 23 10 false 5) | + | # Creates a total of 90 creeper in a 3x3 area |
+ | AddCreeperInRange(60 40 1 true 10) | ||
</ | </ | ||
< | < | ||