@median island if you check in https://github.com/acemod/ACE3/blob/master/addons/tacticalladder/functions/fnc_deployTL.sqf
private _ladder = "ACE_TacticalLadder" createVehicle _pos;
_ladder setPos _pos;
_ladder setDir getDir _unit;
```↑ this is how it is created. you may find it in the editor, or create it with `_pos` and `_dir` set to wanted values