Allows for better integration between SER and UCR.
SER.dllinstalled in the LabAPI plugins folder.UncomplicatedCustomRoles-LabAPI.dllinstalled in the LabAPI plugins folder (the EXILED version was not tested, so if possible, stick to LabAPI)
Returns information about a custom role.
Returns a reference to the UCR role a player has.
Important
The reference may be invalid. If so, the player doesn't have a role.
Executes a script when a given UCR role has spawned.
Important
In order to have this flag work, you need to add a SERIntegration flag in the role config.
...
custom_flags: 
- SERIntergration
...