Has anyone had a issue with the second scroll option for tow ropes on the bigger heli? As in in so your able to drop all 3 tow ropes? Like the option appears but I'm having to guess what option I'm picking as there is no writing in the second pop up menu? I'd say its the missing
ExileAbstractAction
class Identify: ExileAbstractAction
{
title = "Identify Body";
condition = "!(alive ExileClientInteractionObject)";
action = "_this call ExileClient_object_player_identifyBody";
};
I'm unsure how to call this action and condition? Example: ^^^