Hi all,
Is there a way to compare a player variable with the same variable for another player?
Eg, if player A "FavColour" == player B "FavColour", then do *something*
For context, I'm looking to create a basic faction system using player variable to store the faction number, then use that to compare players in a PvP situation. If a player kills someone of the same faction, they lose points. Different factions, they gain points.
If anyone can shed light, I'd be grateful. Cheers.