This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:overview [2022/02/14 10:44] – [Scripting] Link to 3D coordinate explanation Karsten75 | 4rpl:overview [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 58: | Line 58: | ||
12 23 100 AddCreeper | 12 23 100 AddCreeper | ||
AddCreeper(12 23 100) # Does the same thing as the line above. | AddCreeper(12 23 100) # Does the same thing as the line above. | ||
+ | |||
+ | 1 (2 3 +) 4 # Demonstrate wrapping affects all stack locations. | ||
+ | 2 3 + 1 4 # This line is the same as the one above. | ||
</ | </ | ||