View Single Post
01-11-16, 04:42 PM   #8
Taudier
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 53
Originally Posted by Resike View Post
What about vehicles without a button?
hook another secure frame maybe

this is the script i use for the pet action bar :

RegisterStateDriver(myframe, "visibility", "[target=pet,exists, novehicleui, nopossessbar] show; hide;")

hope it can help.

you can also see in RestrictedEnvironment.lua there are functions about vehiculeui that you can use in the handler

Last edited by Taudier : 01-11-16 at 05:02 PM.
  Reply With Quote