/// chance(value)
// Similar to the "Test Chance" D&D function.
return (!round(random(argument0)) && 1=1);
example: if(chance(10) == 1) { show_message('hello') }
Made by Aleks.