noewon 1 Posted August 19, 2021 I'm trying to set up a location where climbing down a ladder into basement area, teleports players to location off map where I've built an underground bunker. Rather than just drop them at the base of the underground ladder, I'd like to position them on the ladder to finish the climb down. I can't get "ladderdown" to work. Is it still valid or a legacy Arma2 action that no longer functions? I found this on the Steam forum but am having problems pulling it apart and working out what it's doing to refit it for my purposes: https://steamcommunity.com/app/107410/discussions/17/1813170373227147740/ this addAction ["Climb Down",{player action ["LadderDown",nearestObject[player,"Land_ladder_half_EP1"],0,1]},[],2,true,true,"","(getPosATL player select 2) > 25",15,false]; The first part is fairly straight forward, but then there are these extra arguments at the end : [],2,true,true,"","(getPosATL player select 2) > 25",15,false]; Can anyone unpack what this is trying to do? Or just point me in the direction of something that works? Share this post Link to post Share on other sites
sarogahtyp 1109 Posted August 19, 2021 if you do not know what some parameters of a command are about then I recommend reading the biki entry of that command: https://community.bistudio.com/wiki/addAction Share this post Link to post Share on other sites