Author Topic: Dead Lobby  (Read 556 times)

Basically an addon that intergrates with deathmatch.
When you die, there is a special spawn brick for anyone dead to go to. They are not counted as in the game though.

I wonder if this could be done with variables..
But, I like the idea.

possible with minigame events and TDM
on a player death, set their team to the dead lobby team?

possible with minigame events and TDM
on a player death, set their team to the dead lobby team?
but then you have to make it so they dont count so people/teams can still win

is there an onplayerspawn event?


onthe spawns
>Onplayerspawn-client-vcemodvariable-spawned-add-1
>Onvariableupdate-vceifvalue-<var:cl:spawned>==2
>onvariabletrue-namedbrick-setplayertransform
>onvariabletrue-client-vcemodvariable-spawned-set-0

That's one half of it, but I have no idea how to do the team wins part

This would have to be a scripted mod to TDM or Slayer, whichever one you like. It would be a gamemode that automatically moves players to another team that doesn't exist in the winning calculations when they die.


possible with minigame events and TDM
on a player death, set their team to the dead lobby team?
...and then onplayerdeath count the rest of the people (hence the minigame events)