Ok technically not a method but you know wot I mean. The ability to overload functions in AGS will be useful.
I have just written min and max maths functions (shame AGS don't seem to support these) which I hoped to overload for different data types. :(
Thanks
There are lots of things I'd like to add to the script language, but realistically this isn't going to happen any time soon.
Still, the workaround is easy:
MaxInt(int, int)
MaxFloat(float, float)
etc :P