User Tools

Site Tools


crpl:docs:setterrain

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
crpl:docs:setterrain [2013/01/14 14:11] – external edit 127.0.0.1crpl:docs:setterrain [2021/02/05 11:43] (current) – Rmoved discussion tag Karsten75
Line 1: Line 1:
  
 +<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#terrain_and_wall_commands|Terrain and Wall Commands]]
 =====  SetTerrain  ===== =====  SetTerrain  =====
  
Line 7: Line 8:
  
 === Description === === Description ===
-Sets the height of the terrain cell at X,Y. Level must be in the range of 0-9. +Sets the height of the terrain cell at X,Y. Level must be in the range of 1-10. If Level is 0 or below, the cell will be turned to void. If Level is 11 or above, the cell will be set to height 10.
-=== Examples === +
-<code>example goes here</code> +
  
 +<color red> Use this command sparingly and with caution - it has a severe impact on game performance. </color>
 +=== Examples ===
 +<code>
 +# Set cell 1,2 to height 10
 +1 2 10 SetTerrain
 +</code> 
  
crpl/docs/setterrain.txt · Last modified: 2021/02/05 11:43 by Karsten75