If multiple actions require to use the same name that has already been defined, is there a way to assign the defined name to different skill numbers?
I understand that comment tags can be used to define skill names that will appear in WED:
// skill1: Health 100
action player_one() {...}
However, when this is done, the skill still has to be accessed by its number and cannot be accessed by its defined name.