Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved ChatDialog.getTitle() always null

Joined
Aug 23, 2015
Messages
1,970
Tested with this chat dialog:
Imgur: The most awesome images on the Internet

With this code:
Code:
getLogger.warn("Chat dialog title: "+ChatDialog.getTitle());
getLogger.warn("Chat dialog text: "+ChatDialog.getText());
getLogger.warn("Chat dialog options: "+ChatDialog.getOptions());

Produces this result:
Code:
00:00:49 WARN    Chat dialog title: null
00:00:49 WARN    Chat dialog text: Hi there, looking for a challenge are you?
00:00:49 WARN    Chat dialog options: []

Should be getting the Chat dialog of "Richard O'Brian"

Problem persists into other NPC convos
 
Top