File structure:
"mount_list.txt"
{
"gamelist"
{
"AdditionalID" "120"
}
}If I wanted to add another “AdditionalID” with a different value, how can I do this? This, just replaces the key. KeyValues *pNew = pMainFile->FindKey( "GameList" ); pNew->SetInt( "AdditionalID", 200 ); _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

