of     1   

TheBenSquare
#137159774Monday, June 16, 2014 1:41 PM GMT

I have two scripts. One teams you to a specific team in-game if your in that group. Another teams a specific player to his own team, however, he is in the group that teams you to the other team. How would I be able to make the personal team script assigning overrule the group team assigning? A signature is not simply a signature.
TheBenSquare
#137167643Monday, June 16, 2014 4:06 PM GMT

b1 A signature is not simply a signature.
MrNil
#137167873Monday, June 16, 2014 4:09 PM GMT

its simple, your team assigning script (for groups) is overriding the 'specific team' script because there is some sort of recursion or loopage taking place within the script that supersedes you specific teams. what you need to do is rewrite the group team script to keep in mind and check for specific players that are an exception to the group teams.

    of     1