Currently, there is a Mafia recognition of visiting the Untinker and accpting the quest, but the questM01Untinker flag is not set until checking / updating the quest log.
Before:
Visiting and untinker and click button to get the quest:
then after clicking / viewing the quest log:
It seems this should be set to 'started' after the "Accepting quest to find the Untinker's screwdriver" message.
Before:
Code:
> get questM01Untinker
unstarted
Visiting and untinker and click button to get the quest:
Code:
Accepting quest to find the Untinker's screwdriver
> get questM01Untinker
unstarted
then after clicking / viewing the quest log:
Code:
> get questM01Untinker
started
It seems this should be set to 'started' after the "Accepting quest to find the Untinker's screwdriver" message.