I know its late in the day for feature requests but this is something that I think might make AIs a bit easier to use and help make NoAI feel more polished.
It would be nice if we could specify labels for settings such that the AI config window displays those labels (if provided) instead of the raw numbers. Something like...
Code: Select all
AddSetting({name = "aggro" description = "Aggression", min_value = 0, max_value = 1, easy_value = 0, medium_value = 0,
hard_value = 1, custom_value = 1, flags = 0, labels = {0 = "Off, 1 = "On"}});
I know all the devs must be busy right now, and I can't imagine I'm the first person to think of or suggest this, but I thought I'd mention it anyway.

Thanks.