Lua SpawnAndEnterVehicle
Description
Spawns a new vehicle creature, and makes the Unit enter it after a delay.
Syntax
SpawnAndEnterVehicle(creature_entry, delay);
parameter(s)
creature_entry - the creature entry of the vehicle to spawn.
delay - the delay in milliseconds after the Unit will enter the vehicle.
return value(s)
None