Author Topic: Event_SpawnVehicle  (Read 469 times)

like spawnItem and spawnExplosion except with vehicles, so you don't have to use a spawner brick

Code: [Select]
onActivate > NAMED BRICK (whatever) > spawnVehicle [Jeep]
onPlayerTouch > Self > spawnVehicle [Magic Carpet]
i could do without self but it needs to work on named bricks

color will be the brick's color, vehicle will just spawn in the brick regardless of whether or not clips through anything

would be really useful if you don't want to use a spawner brick

this is literally the last thing i need to be able to make that NFS server i was working on
pls