llSetVehicleType
void llSetVehicleType(integer Type)Activates the vehicle action on the object with vehicle preset Type.
Valid Types and an explanation of their characteristics can be found in wiki documentation.
Parameters
Type(integer)
llSetVehicleType(VEHICLE_TYPE_BALLOON);Caveats
Section titled “Caveats”- Scripted Vehicles can have a maximum Physics weight of 32.0. Above that the function will fail with a warning on the Debug Channel.
See Also
Section titled “See Also”- [Linden Vehicle Tutorial]