Author Topic: What's the variable for team?  (Read 287 times)

I need to know the V5 variable name for a team.

I tried <var:mg:team>, but that's probably wrong. I just updated from V4 so I'm not used to this :S

Code: [Select]
0 OnPlayerTouch | Self | VCE_ifvalue | <var:mg:team> | == | 2 | 1 2
1 OnVariableTrue | Self | Contentstart
2 OnVariableFalse | Client | Centerprint | You don't belong in here!

Am I doing something wrong?