You are currently viewing the GMLscripts.com static mirror. Forum access and script submissions are not available through this mirror.

Invert GMLscripts.com

make_color_random

make_color_random()
Returns a random color.
COPY/// make_color_random()
//
//  Returns a random color.
//
/// GMLscripts.com/license
{
    return floor(random(16777216));
}

Contributors: Leif902, xot

GitHub: View · Commits · Blame · Raw