So write the code for setting the party experience:
Code:
*(unsigned int*) Party2Exp = GetPrivateProfileIntA ("Party", "Party2PlayersExp", 5, "..//PathToYourFolder//MyFile.ini") ;
*(unsigned int*) Party3Exp = GetPrivateProfileIntA ("Party", "Party3PlayersExp", 15, "..//PathToYourFolder//MyFile.ini") ;
*(unsigned int*) Party4Exp = GetPrivateProfileIntA ("Party", "Party4PlayersExp", 25, "..//PathToYourFolder//MyFile.ini") ;
*(unsigned int*) Party5Exp = GetPrivateProfileIntA ("Party", "Party5PlayersExp", 35, "..//PathToYourFolder//MyFile.ini") ;
*(unsigned int*) SetParty3Exp = GetPrivateProfileIntA ("Party", "SetParty3PlayersExp", 115, "..//PathToYourFolder//MyFile.ini") ;
*(unsigned int*) SetParty4Exp = GetPrivateProfileIntA ("Party","SetParty4PlayersExp",155,"..//PathToYourFolder//MyFile.ini") ;