Three questions

Deathwish-uk-

Newbie
Joined
Nov 30, 2004
Messages
70
Reaction score
0
1. I want to make an automatic door that opens when the player gets near

2. When the player gets to a certain point I want a sound to play, how could I set this up?

3. And finally, I want 3 citizens to be walking around a lab, looking at computers, or making it at least look like they are doing something. How can I do this?
 
1: Place trigger near that door what activates open door.
2: Place trigger where you want to start the sound playing and make that to PLAY ambient_generic with some sound selected
3: I dont know... With scripted sequences but dont know how...
 
With the block tool, make a block.

Texture it with the toolstrigger texture.

Press CTRL+T while the block is selected.

Change its type to either trigger_once or trigger_multiple.
 
what type of door you want?
add a trigger_muiltiple
add a output with somethying like:
: Door
: PlayerTouch
: Open
or something like that... i nead to speak over msn to explain it properly :O
 
Back
Top