Also, if you don't name the action as Artak suggested
there's still a way:
once the action is called, you can access the action
id inside the script (i think it's _this select 2)
best to figure it out is:
hint format ["%1",_this]
This will show you the whole array, which is passed
to the script when pushing the action-button.
As far as i remember the array contains of:
_this select 0 - owner of the action
_this select 1 - caller of the action
_this select 2 - action-id
~S~ CD