Quote: "Hi, i got few questions about fpsc:
1. How to make an intro to a game before it starts?
2. How to make some type of action in game (ex. char is entering a room and all lights become off)
3. How to place music to certain rooms? (in every room another)
4. How to make character contact with some environment (ex. when char is standing close to a locker he can investigate it by pressing a button and maby find something)
5. How to make dialogues and text displaying on the screen?"
1. You would need to render a video, either in a 3d program or by recording FPS Creator.
2. That would require dynamic lights, and a script that of ifused so when the door is used the lights go off.
3. With a sound zone and script that kills the old sounds and makes a new one
4. By creating HUDS and making key pressing scripts.
5. Same as above, but with out a button being pressed
Sorry for not being specific, but there are tutorials for a lot of these on the forum.