Chlorine Stock Script

layernewcp - Layernew creates a new light grey layer, "chlorineplatform"

layernewcp <-- layernew("chlorineplatform", ltgrey)

Unknown macro: {float}

[!1.bmp|width=500px!]
Southwest Isometric View

chlorineplatform - draws a platform which the chlorine barrels will sit on

chlorineplatform <-- StockPlatform("chlorineplatorigin, SDrum, TCp, WCpWalkway, chlorineplatcoldim, DDrum/2)

layersetc - Layerset selects the layer "0".

layersetc <-- layerset("0")

layerfreezecp - Layerfreeze locks the layer "chlorineplatform" so that it cannot be edited.

layerfreezecp <-- layerfreeze("chlorineplatform")

layernewcb - Layernew creates a new blue layer, "chlorinebarrels".

layernewcb <-- layernew("chlorinebarrels", blue)

Unknown macro: {float}

[!2.bmp|width=500px!]
Southwest Isometric View

chlorinebarrels - draws the barrels which will sit on top of the platform

chlorinebarrels <-- StockBarrels("chlorineplatorigin, SDrum, TCp, WCpWalkway, DDrum/2, HDrum)

layerfreezecb - Layerfreeze locks the layer "chlorinebarrels" so that it cannot be edited.

layerfreezeab <-- layerfreeze("chlorinebarrels")

  • No labels