default { [[state_entry]]() { llSetStatus(STATUS_PHYSICS, TRUE); // start falling } land_collision_start(vector pos) { llSay(0, "Hit the ground at " + (string)pos); } }