View Single Post
03/29/23, 09:22 AM   #39
sinnereso
AddOn Author - Click to view addons
Join Date: Oct 2022
Posts: 247
I did just have one other super fast question regarding another function im tuning.. am I doing this correctly?

Code:
local _, isRidingGroupMount, hasFreePassengerSlot = GetTargetMountedStateInfo(savedPlayer)
if isRidingGroupMount == false or hasFreePassengerSlot == false then
     blah blah
end
Im just tweaking error handlers and its all complete finally

**EDIT
Seems to be functioning correctly.

Last edited by sinnereso : 03/29/23 at 11:16 AM.
  Reply With Quote