I do not mean Vehicles and Weapons I mean teleporters and blocks. I’ve read the instructions by Bungie but they didn’t help me with that aspect.
If you could help me it would be much appreciated.
I do not mean Vehicles and Weapons I mean teleporters and blocks. I’ve read the instructions by Bungie but they didn’t help me with that aspect.
If you could help me it would be much appreciated.
Im wondering the same thing and also how do you make them despawn?
INV_WEAPON makes an object spawn at a certain phase. You need to set the spawn sequence number to the phase that you want that object to appear in.
INV_GATES makes an object disappear after a certain phase. You need to set the spawn sequence number to the phase that you want that object to last appear in. I recommend not to use this for weapons, vehicles, or anything that the player can pick up and/or use.
I know how to make them despawn. I you Read the Bungie Instruction thing it tells you how to despawn not spawn structural objects
> INV_WEAPON makes an object spawn at a certain phase. You need to set the spawn sequence number to the phase that you want that object to appear in.
>
> INV_GATES makes an object disappear after a certain phase. You need to set the spawn sequence number to the phase that you want that object to last appear in. I recommend not to use this for weapons, vehicles, or anything that the player can pick up and/or use.
Does INV_WEAPON work with structural objects
> I know how to make them despawn. I you Read the Bungie Instruction thing it tells you how to despawn not spawn structural objects
I’m not sure what you’re wanting here.
> > INV_WEAPON makes an object spawn at a certain phase. You need to set the spawn sequence number to the phase that you want that object to appear in.
> >
> > INV_GATES makes an object disappear after a certain phase. You need to set the spawn sequence number to the phase that you want that object to last appear in. I recommend not to use this for weapons, vehicles, or anything that the player can pick up and/or use.
>
> Does INV_WEAPON work with structural objects
INV_WEAPON works with structural objects, yes. It practically works with basically everything.
> > > INV_WEAPON makes an object spawn at a certain phase. You need to set the spawn sequence number to the phase that you want that object to appear in.
> > >
> > > INV_GATES makes an object disappear after a certain phase. You need to set the spawn sequence number to the phase that you want that object to last appear in. I recommend not to use this for weapons, vehicles, or anything that the player can pick up and/or use.
> >
> > Does INV_WEAPON work with structural objects
>
> INV_WEAPON works with structural objects, yes. It practically works with basically everything.
The only difference between INV_WEAPON and INV_VEHICLE is that when a INV_VEHICLE spawns there will be a little KOTH type arrow on it for a bit. (and INV_VEHICLES may have a little more delay when spawning.)
They both can be used on almost all forge objects.
> > > > INV_WEAPON makes an object spawn at a certain phase. You need to set the spawn sequence number to the phase that you want that object to appear in.
> > > >
> > > > INV_GATES makes an object disappear after a certain phase. You need to set the spawn sequence number to the phase that you want that object to last appear in. I recommend not to use this for weapons, vehicles, or anything that the player can pick up and/or use.
> > >
> > > Does INV_WEAPON work with structural objects
> >
> > INV_WEAPON works with structural objects, yes. It practically works with basically everything.
>
> The only difference between INV_WEAPON and INV_VEHICLE is that when a INV_VEHICLE spawns there will be a little KOTH type arrow on it for a bit. (and INV_VEHICLES may have a little more delay when spawning.)
>
> They both can be used on almost all forge objects.
Quite true. Oh, that brings up another thing I forgot to mention. With both INV_WEAPON and INV_VEHICLE, you need to set a spawn time on the object. If you want it to spawn right when the phase starts, set it to 1. Don’t set it to Never, as it will never spawn.