Original Author: Guzar Fonzarelli
Create Date: 02/09/2004
Category: Land Management
Description: a great way to flatten your land, just put it in a prim and drag it where you want it to flatten.
Download Script Here:
// Copyright 2004 Guzar Fonzarelli
// Please keep this copyright notice attached to this script.
default
{
state_entry()
{
llSetTimerEvent(1.1);
}
timer()
{
llModifyLand(LAND_LEVEL, LAND_MEDIUM_BRUSH);
}
}
Have Questions? Need help? Leave a note for Kitsune Lassiter in Second Life
Additional Notes & Instructions(If any):