Code:
-- set player names
Logic.SetPlayerName(GetHumanPlayer(), String.MainKey.."_Player1Name")
Logic.SetPlayerName(2, String.MainKey.."_Player2Name")
Logic.SetPlayerName(3, String.MainKey.."_Player3Name")
Logic.SetPlayerName(4, String.MainKey.."_Player4Name")
Logic.SetPlayerName(6, String.MainKey.."_Player6Name")
Code:
-- Set Colors
Display.SetPlayerColorMapping(2, ENEMY_COLOR1)
Display.SetPlayerColorMapping(6, ENEMY_COLOR2)
Display.SetPlayerColorMapping(3, BARMECIA_COLOR)
Display.SetPlayerColorMapping(4, CLEYCOURT_COLOR)
Display.SetPlayerColorMapping(8, ENEMY_COLOR2)