For developersServer scriptsFunctions description MyChat Scripts Engine: working with the registry Functions to work with MyChat Server local system registry. Reading from the registry RegGetInt get an integer from the registry; RegGetString get text string from the registry; Writing to the registry RegSetInt write an integer with a sign to the registry; RegSetString write text string to the registry.