Flattening Land Published: 02 August 2013 Written by: Headmaster // Copyright 2004 Guzar Fonzarelli // Please keep this copyright notice attached to this script. default { state_entry() { llSetTimerEvent(0.1); } timer() { llModifyLand(LAND_LEVEL, LAND_MEDIUM_BRUSH); } } Category: Building Utilities