PDA

View Full Version : startup cutseen



LoA_Anxious_Bob
01-19-2001, 02:44 PM
Ok, im making a multiplayer level. so, when someone joins, i want them to respawn in a little room where, in there, the player's screen is taken to a camera that takes them on a short overview of the level. And then when its done it will teleport them into the level itself. But i only want this to happen the first they join, not everytime they respawn. I also don't want them to respawn in that little room. That room is for people who have just joined. How would I go about creating a cog that does this?

[This message has been edited by LoA_Anxious_Bob (edited January 19, 2001).]

Fernando_the_Hunn
01-20-2001, 01:57 PM
I think if you use the join: message to do your little work, then use the ( insert newplayer: or respawn: here, cant remember ) to just teleport them to one of a set of ghosts around the level, that will be like waht you want...

------------------
cogs dont kill people. people kill people...

mailto:no_oneatall@hotmail.comno_oneatall@hotmail. com</A>
ICQ 81116825
==============================================
((Evil Cog Master))

LoA_Anxious_Bob
01-21-2001, 05:34 AM
Thats kinda what i was getting @ but i dont know if like which messages do what, but i guess i can look that up. Thanks.