Author Topic: How do I use the Slayer Events?  (Read 591 times)

Basically I have two spawn rooms for each team, I want to event the floor of the room so that if the Red Team enters the Blue Team's Spawn room, they die.

When I look at the events I see onTeam1PlayerTouch and onTeam2PlayerTouch     how do I know which team is 1 and which team is 2? Is it the order it comes up on the slayer list?

yes it is the order it comes up.

Yes, it is the order in the team list. Same as TDM.

I tried that and it did not work, let me troubleshoot some more.

I noticed that when I throw the spear at a 4x4 brick it fakekills, is there a way to disable that or is it disabled already but it does it because its my own bricks?

onTeam1PlayerTouch and onTeam2PlayerTouch are the TDM events.

The Slayer events are onPlayerTouch(Team 1) and onPlayerTouch(Team 2). If you don't see them, go into the Advanced tab and change [Teams | Max Team Events] to 6 and restart your server.

Blue Team = Team 1
REd team = Team 2

I evented so that if Team 1 touches the floor in Team 2's base they die, but it didnt work.