File encoding (UTF-8, ASCII)

I hope I will light some lanterns, even if this entry has been written quickly during the lunch break and is more like a dirty draft! This may contain either, wrong or incomplete information. Notes While reading this entry, keep these notes in mind, they may correct mistakes. Mikero: text files read by Windows OS […]

Arma 3 scripting, Return a random value between min and max

Return a random value between min and max. Note that if #0 > #1, the function will swap vars. If the random result is lower than min, it returns the min. Same for the max value.