Page 1 of 1

Teleporter Scripting (2 of them)

Posted: Sun Jul 30, 2006 7:09 pm
by Fusion
Hey all,
I am a n00b @ Dallas, and hope you can help.
Here's the sitch: I am trying to install 2 teleporters that will work in MP.The script has to recog that the blue player killed the red player and send him to the prision. The script in the below image works great in SP, but doesn't in MP. (Tried A,TA, and Co-Op). I want to have two of them, but SP only allows you to use/test one.
Image

Is there anyway to recode this so that it works in MP?

Fus

Posted: Sun Jul 30, 2006 7:45 pm
by WillyP
Why not just put the spawn points in the prison?

Here are some tuts in a zip, one of them is Teleporters.
http://rapidshare.de/files/19862945/Tuts.zip.html

Posted: Sun Jul 30, 2006 8:32 pm
by Fusion
WillyP,

The only reason why I don't use a spawn point is cuz of the possability(sp?) that the respawner might reapear in the battle area, and not the prision. And since you can't put labels on spawn points, I'm SOL (Sorry, Outta Luck).

Thx for the Tuts, tho.

Fus

Posted: Sat Aug 12, 2006 9:46 pm
by Interceptor6
You need an OR Operator in there, like this:

[A player is in room barn1] is TRUE
OR
[A playert is in room barn2] is TRUE

you can't be in both at the same time, so that'll keep it from working. It actually shouldn't have worked at all in singleplayer either, that's bizarre...

You don't need ther IT is a Player condition too, the Player(IT) Respawns already assures you that IT will be a player object.

Hope that helps.