AsciiIntegerToChar
not ratedReturns the Ascii character indexed by i.
This is the counter-function to AsciiCharToInteger.
NOTE! You MUST place this function in the map root custom script section in the trigger editor. If you want to place this function somewhere else, replace the eigth line in the function with this:
return SubString(" !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~", i - 32, i - 31)
This is the counter-function to AsciiCharToInteger.
NOTE! You MUST place this function in the map root custom script section in the trigger editor. If you want to place this function somewhere else, replace the eigth line in the function with this:
return SubString(" !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~", i - 32, i - 31)