Author Topic: Add team score  (Read 317 times)

Is it possible to create an event that would work with Slayer so that if someone clicks a button or something, everybody on that team gets a certain amount of points? Like add score but it adds score to the whole team.

unless somehow slayer makes it not possible, yes, it's possible.

you could do it with zones and VCE
heck, you could even do it with defaults

try putting zones over the whole build, and setting the zone when somebody clicks it, and onenterzone, check team, add points
then remove them instantly

with defaults, put a loop on everybody (less efficient)