PDA

View Full Version : sorry for askin but...



sevlag
September 5th, 2009, 03:33 AM
how do you name vehicles so you can spawn them via "object_create"

i'm working on a test map and i need to know how to assign vehicles and certain scenery objects names to spawn them when i need them

ex. giving the warthog the name H in the dev commands

Mythril
September 5th, 2009, 05:22 AM
You have to name it in Sapien when you place the .vehicle. Above the dropdown box where you choose what type of vehicle it is.

sevlag
September 5th, 2009, 07:34 AM
You have to name it in Sapien when you place the .vehicle. Above the dropdown box where you choose what type of vehicle it is.
tried that, but when i went to re-compile gamma (the map's test name), i was unable to dev up the objects needed

FRain
September 5th, 2009, 11:59 AM
object_Create_anew "___" It'll create another one where it's placed.

sevlag
September 5th, 2009, 02:39 PM
ok i figured this out already locking, but htanks guys