Hello everyone, not sure if im doing smth wrong but im using an action to "force" open battle list.
Basically its not openning battle list if client isnt focused and i cant use focusclient for some reasons.
is it a bug or its supposed to work like this?

thats what im using \/
Code:
auto(500)
if $wptsection == 'Hunt' then
openbattlelist()
else
closebattlelist()
end
thanks!