Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

teleport?spawning with a button?

Page: 1 of 1
 RUFIOKID
01-18-2004, 3:56 PM
#1
how can i make a tele port trigger? and how do i make a button that spawns jedis?
 lauser
01-20-2004, 6:00 AM
#2
RUFIO KID?? What are you doing here? (GiNGii):D

A button for spawning NPC's? Not possible.
 |GG|Carl
01-20-2004, 7:26 PM
#3
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!
 WadeV1589
01-20-2004, 7:43 PM
#4
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.
 WadeV1589
01-20-2004, 7:47 PM
#5
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 :)
 gotcha8903
01-20-2004, 8:00 PM
#6
I could never get spawning vehicles to work using a trigger, or at least one that respawned.
 RUFIOKID
01-22-2004, 1:55 AM
#7
tthanks guys that help alot :)!
 Leslie Judge
01-22-2004, 10:34 AM
#8
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...
Page: 1 of 1