DKP ? not working
IyaJenkei opened this issue ยท 23 comments
when i type /dkp ? its just makes some blank spaces. doesnt show any list of commands
Turn on Lua errors with /console scriptErrors 1 and try to use it. Post errors if you get any. If there are multiple (left arrow on bottom) post the first one that occurred as well.
Also check your Options tab to make sure you have a window selected in the drop down.
the 2 empty spaces under the trade chat and above myra are what happens when i type /dkp ?
Type the following into chat and post a screenshot of what it dumps:
/script for i=1, NUM_CHAT_WINDOWS do local name = GetChatWindowInfo(i) print(name) end