I started making a new module, pretty fun by the way, and every time the NPC makes the quest log ping via game.quests[1].state = qs_mentioned the quest log stays empty. Now I have copied the gamequestlog.mes, gamereplog.mes and gamekeylog.mes in the data.MyModule\mes folder, as well as the gamequest.mes and gamerep.mes in the modules\MyModule\rules and data.MyModule\rules (both to be safe) but it seems the entries there are wrong or I have to set a global flag maybe? The area where the quest gets add is 4, I don't know if that's important. Quick question: is there a python command to deselect party members? thanks [Edit:] Nevermind I found it. Have to call the start_game_with_quests(1) function to get it going.