Reply to Re: get_truecolor()
If you don't have an account, just leave the password field blank.
Put this in start.c:
int &truecolor = get_truecolor();
if (&truecolor != 1)
{
freeze(1);
choice_start();
title_start();
This Dmod can only be played with true color enabled.
title_end();
"Exit"
choice_end();
kill_game();
}







