hello you can do it like that for the scroll menu act = player addAction ["<t color='#COLOR'>Teleport Player</t>",{execVM "teleport.sqf";}]; and that for teleport.sqf : onMapSingleClick "vehicle player setPos _pos; onMapSingleClick '';true;";
I mean teleport to a target player like a menu with a player list and when I click the name i teleport to them