Can I get some help with this?

I’m working on Mimiron for Ulduar. I need a few functions though.

To make a creature enter a vehicle isi t like…

me->(EnterVehicle, ID)

[code]

?

Yeah that’s correct.

if (Creature* creature_vehicle = me->GetCreature(*me, instance->GetData64(DATA_64_DEF_HERE)))
me->EnterVehicle(creature_vehicle, 0);
handling it via instance data is a lot better i’m presuming you plan to do that though.