result = SetPlayerAttrsA(player, tagList);
D0 A0 A1
BOOL SetPlayerAttrsA(struct Player *, struct TagItem *);
result = SetPlayerAttrs(player,firstTag, ...);
BOOL SetPlayerAttrs(struct Player *, Tag, ...);
Changes the attributes of the specified player, according to the attributes chosen in the tag list. If an attribute is not provided in the tag list, its value remains unchanged.