The Ask About (Lazy) task needs to have a higher priority than the Ask About Subject task so that a conversation will start automatically when the player enters an ask about command when the player is alone with one character.
Currently if I start a new game I get:
Ask about (Lazy) = 50048
Ask about subject = 50018
In an old (2012) file I have:
Ask about (Lazy) = 800051
Ask about subject = 850021
In a file from last april I have:
Ask about (Lazy) = 600051
Ask about subject = 850021
The 50048 / 50018 priorities are in the StandardLibrary.amf file that I got with 5.0.31.4
Its last modified date is 26/Aug/2013
But it actually seems to have been changed to this in StandardLibrary 5.0.27 last modified 20/dec/2012
Lazzah: Ask about subject changing to 50026 is normal. Two tasks cannot have the same priority so when you changed Ask about (Lazy) to 50020 there must have already been other tasks with priority 50020 to 50025, so all of these were moved up one value.