Blockland Forums > Suggestions & Requests
Event Speed for Vehicles.
Cubelands:
I need someone make a event speed, When the vehicle touch brick or zonebrick. It will change the speed high or low.
Tudoreleuu:
Elaborate: An event that changes the vehicle's max speed, or a setvelocity for vehicles?
The second one would be more useful, and both could make great "boosts".
Cubelands:
maxUnderwaterForwardSpeed = 80; //for water speed.
maxWheelSpeed = 35; // Engine scale by current speed / max speed
something like that.
Nibble:
/support
It can be extremely useful for tanks and other stuff.
Demian:
You can't change datablocks dynamically but you could have 3 versions (slow, normal, fast) of 1 vehicle then use the changeVehicle event.