FunctionsMisc$parseIntOn this page$parseInt This function parses a string argument or a series of arguments into an integer. Parameters ParameterDescriptionargsOne or more strings to be parsed into an int. Example <AoiClient>.addCommand({ name: "parseIntCommand", code: ` $replyMessage[Result: $parseInt[42]] `,});