User Tools

Site Tools


4rpl:overview

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
4rpl:overview [2021/08/17 10:53] – Correcting compound sentence Dnaaz4rpl:overview [2022/02/14 06:12] (current) – Attempt to make wrapping notation slightly easier to grok. serdalis
Line 37: Line 37:
 </code> </code>
  
-Run this **once** in the console and then unpause the game and let the game simulation run a few frames. You will see a stack of 100 deep creeper at map coordinate x=12 and z=23 ((For more information on the game coordinate system and why we use **x** and **z** coordinates, see [[map coordinate system]])).+Run this **once** in the console and then unpause the game and let the game simulation run a few frames. You will see a stack of 100 deep creeper at map coordinate x=12 and z=23 ((For more information on the game coordinate system and why we use **x** and **z** coordinates, see [[cw4:custom_maps#Understanding the 3D Coordinate System]])).
  
  
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.
 </code> </code>
  
4rpl/overview.1629211980.txt.gz · Last modified: 2021/08/17 10:53 by Dnaaz