Where did you take this from? I can't find this file.they is abit of code in game_lib.lua which looks interesting
MISSION_START_CHECKPOINT = "mission start"
LOCAL_PLAYER = "#PLAYER1#"
REMOTE_PLAYER = "#PLAYER2#"
CLOSEST_PLAYER = "#CLOSEST_PLAYER#"
CLOSEST_TEAM1 = "#CLOSEST_TEAM1#"
CLOSEST_TEAM2 = "#CLOSEST_TEAM2#"
PLAYER_TAG_LIST = {
"#PLAYER1#",
"#PLAYER2#",
"#PLAYER3#",
"#PLAYER4#",
"#PLAYER5#",
"#PLAYER6#",
"#PLAYER7#",
"#PLAYER8#"
}
maybe you just need to add PLAYER3 to PLAYER8 to the REMOTE_PLAYER
Guys, what is the status on this request?