Output the UUID as standard format string (eg. 123e4567-e89b-12d3-a456-426655440000)
int uuid[4];
>> "123e4567-e89b-12d3-a456-426655440000"
static proto string FormatString(int id[4])
Output the UUID as standard format string (eg. 123e4567-e89b-12d3-a456-426655440000)
proto void Print(void var)
Prints content of variable to console/log.