Author Topic: Command for spawning vehicles?  (Read 946 times)

Is there a torquescript/blockland-version torquescript command for spawning a vehicle?    :cookie: s for whoever can tell me :)


It'd be something along the lines of this:

Code: [Select]
%vehicle = new WheeledVehicle()
{
   dataBlock = BlahVehicleData;
};
MissionCleanup.add(%vehicle);

i figured it out about 10 mins after i posted, but thx anyways  :cookieMonster: