Hey all,
I am new to Second Life (only a few days old) and am trying my hand at scripting. Really the only experience i have in any markup or programming languages is HTML, JavaScript,VB.Net, and CSS. But i need your opinions on the syntax and maybe any suggestions on how to continue on with it.
//Hover Disc
//By: Amaraiel Saarinen
//NO COPY NO MODIFY
default
{
state_entry()
llSetVehicleType(VEHICLE_TYPE_AIRPLANE);
llSetVehicleFloatParam( VEHICLE_HOVER_HEIGHT, 1000 );
llSetVehicleFloatParam( VEHICLE_HOVER_EFFICIENCY, 1.0 );
llSetVehicleFloatParam( VEHICLE_HOVER_TIMESCALE, 1000 );
llSetVehicleFloatParam( VEHICLE_BUOYANCY, 1 );
llSetVehicleVectorParam( VEHICLE_LINEAR_MOTOR_DIRECTION,40);
llSetVehicleFloatParam( VEHICLE_LINEAR_MOTOR_TIMESCALE,1)
Of course it's not done. But ya