Getting NPC dialog box text

imnoto

Member
Is it possible to get the text on the option butons that come up when you hail a NPC?

The NPC dialog option is not always the same, is it possible to see what option 1 says?
 

imnoto

Member
Ok thanks, I found the 2 commands I thought I would need.
${EQ2UIPage[ProxyActor,Conversation].Child[composite,replies].Child[button,1].Label}
EQ2UIPage[ProxyActor,Conversation].Child[composite,replies].Child[button,1]:LeftClick
But I asked the wrong question. I need the context menu on right click not quest text sorry. Is this possible?
 

Kannkor

Ogre
Ok thanks, I found the 2 commands I thought I would need.

But I asked the wrong question. I need the context menu on right click not quest text sorry. Is this possible?
I've never needed them so I haven't ever checked... Off the top of my head (keeping in mind, I've never checked), I doubt it.

I guess depending how it's outputted.. it may be available via eq2uipage if it's a datasource or whatever it's called.
 

insanitywiz

Senior Member
I'm fairly certain you can do that, as it was used in getting of writs for craft.

My bad, I missed the part about being able to read what they say. That I have no idea.
 
Top Bottom