Quote from: AndreasBlack on Tue 18/03/2025 12:28:59it's complaining about a parameter missing![]()
I skipped String.Format:
all_info = all_info.Append(String.Format("Object %d is at %d,%d\n", i, object[i].X, object[i].Y));
Quote from: AndreasBlack on Tue 18/03/2025 12:28:59I'm trying to get the values for the player tint now aswell. I've set up a basic gui where i change around the values. Would be nice to be able to push a button and see where the settings are at "now".
There is a group of Character properties related to its tint like TintBlue, TintRed, etc:
https://adventuregamestudio.github.io/ags-manual/Character.html#charactertintblue
they are used to read current tint values.