how can i make a tele port trigger? and how do i make a button that spawns jedis?
RUFIO KID?? What are you doing here? (GiNGii):D
A button for spawning NPC's? Not possible.
Originally posted by lauser
A button for spawning NPC's? Not possible.
:( That's sad to hear...
But what about vehicles? I know that you can make vehicles spawn with a button!
It is quite possible...many maps, hell 2 I've reviewed at JK3Files do it, you just make an NPC_* (whatever) entity and target a button at it, when the button is pressed, the NPC is spawned.
Oh yeah and teleport trigger is:
Make a brush that is at least 32x32x56 units (to be on the safe side).
Cover that brush with the system/trigger texture.
Select the brush, right click and go trigger->trigger_teleport
Now make a target_position entity by right clicking the grid and going target->target_position.
Deselect everything
Select the trigger_teleport then keep holding shift and select the target_position.
Hit Ctrl+K on your keyboard
It's simple to do just I wanted to make it totally clear so I typed it out fully :)
I could never get spawning vehicles to work using a trigger, or at least one that respawned.
tthanks guys that help alot :)!
Originally posted by gotcha8903
I could never get spawning vehicles to work using a trigger, or at least one that respawned. If an entity NPC has a targetname it will not spawn the NPC until you use it.
Now add the count key to the NPC entity to specify how many NPC it can spawn. Look for more info in the entity description of Radiant...