CALL gm.user.init
Function
Provide a convenient place for customizer initialization to be performed.
Usage Considerations
Unlike the other "user" routines, this routine can be deleted from the distribution file if it is not being used for custom initialization. (Note, however, that there is little benefit from deleting the routine, and you may find later that you have reason to use it. Thus, Adept recommends that you not delete the routine.)
Details
This routine is called after all needed GEM global variables are initialized but before any background GEM tasks are started (if any). This routine is delivered as an empty shell. You can edit the routine to include any initialization data required for your custom installation.
See Global Variables Used by the AdeptGEM Module for information on global variables that can be initialized in this routine to modify the operation of the AdeptGEM system.