View Single Post
12-01-11, 04:40 AM   #7
sigg
Featured Artist
 
sigg's Avatar
Featured
Join Date: Aug 2008
Posts: 1,251
Hello

Sorry but ("player" or "vehicle") is not working.
In general we use the command "or" with variables. The "or" will test if the first argument is "nil" and use the second argument.

If you specify a string as the first argument, the "or" will always return the first argument.

I have to use the variable uid because of the vehicle switching. uid will take the value of player or vehicle depending of the situation.

I know Blizzard default unitframes put the combo feature on the target frame.

Unfortunately, in RDX the combo feature must be used on the player frame only, because the player frame will take the uid "player" or "vehicle".

If you add the feature in the target frame, the uid will be target and it is why it doesn't work.

I am sorry, you have to use the combo feature in player frame only and not on a target frame.

__________________
RDX manager
Sigg
  Reply With Quote