-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Currently, people won't know about ::exportexampuzzle to help with incorrect puzzle solutions unless they bother to read the README and remember the command. It would be better to add support for say, sending a game message, to let the user know about the command when they complete a puzzle incorrectly.
After getting a next missing item puzzle wrong:
[Client] DEBUG c.g.weaponcharges.DialogTracker - dialog changed: DialogState{NPC, name='Mr. Mordaut', text='No, no, no...<br>That's WRONG!<br>Okay, next question.'} previous: DialogState{NO_DIALOG} (game tick: 84711)
After getting a matching cards puzzle wrong:
[Client] DEBUG c.g.weaponcharges.DialogTracker - dialog changed: DialogState{NPC, name='Mr. Mordaut', text='No, no, no...<br>That's WRONG!<br>Okay, next question.'} previous: DialogState{NO_DIALOG} (game tick: 85261)
