Setting void level.

Started by Otterbear, December 01, 2013, 01:43:19 AM

Previous topic - Next topic

Otterbear

Quote from: Grayzzur on December 03, 2013, 09:49:23 AM
Quote from: Otterbear on December 03, 2013, 12:59:28 AM
Just a thought: Are we going about this in the wrong direction maybe?
Maybe if the VOID setting could be lowered, that would alleviate a lot of coding.

SetTerrainOverride works on void space, too.


$VoidHeight:200

once
MapWidth 0 do
MapHeight 0 do
J I GetVoid
if
J I <-VoidHeight SetTerrainOverride
endif
loop
loop
endonce


Thats Awesome!, I can't wait to try this.