this addAction ["<t color='#8993C9'>Set Appearance</t>", "OzDM\AppearanceGUI\StartBodyDia.sqf",[],0,false,true,"","(_target distance _this < 3)"];
this addaction ["<t color='#FF4F4F'>Return Equipment</t>","OzDM\Scripts\StripPlayer.sqf",[],0,false,true,"","(_target distance _this < 5)"];
Prior to 1.22 the code above was working with AddAction. It is not working any longer. Can you please validate that the extended Add action still allows for conditions for actions.