anfo 118 Posted June 24, 2019 Hi Just wondering if someone more gifted than I could please find the problem in the following code? this addAction ["Enter", {player setPos (getPos entry_4b)},[],true,true,"","_this distance _target <0.5"]; Share this post Link to post Share on other sites
Grumpy Old Man 3550 Posted June 24, 2019 You've got a true where the priority parameter (number) should be. this addAction ["Enter", {player setPos (getPos entry_4b)},[],0,true,true,"","_this distance _target <0.5"]; Cheers 1 Share this post Link to post Share on other sites