Blockland Forums > Help
Teleport Events Help
xHerobrinex:
--- Quote from: Aerodynamic on March 09, 2013, 05:33:59 PM ---Ad, I want to kno how to do that...
--- End quote ---
So when one guy clicks on a brick, it teleports one team to one brick, and the other team to another brick?
Zalot:
Team events have a OnActivate (Team #) event.
You could make it teleport team 1 to one area and team 2 to another.
Pecon:
There was a setSpawn event that worked with TDM teams. This is probably what the OP is asking for. Since TDM does not work anymore, this mod will not work anyways; however, I might be able to fix it to work with slayer if I can find it here in my folders...
Greek2me:
--- Quote from: Pecon on March 09, 2013, 10:38:11 PM ---There was a setSpawn event that worked with TDM teams. This is probably what the OP is asking for. Since TDM does not work anymore, this mod will not work anyways; however, I might be able to fix it to work with slayer if I can find it here in my folders...
--- End quote ---
You can change spawn allegiance by changing the color of the spawn.
OP, your events would look like this:
onActivate(Team1) => Named Brick [teamspawn_1] => setPlayerTransform
onActivate(Team2) => Named Brick [teamspawn_2] => setPlayerTransform
That would send them to different bricks depending on their team.