Thought I'd ask this in the same thread:
Is there a way to retrieve the ID number of a character on click? There is a function that apparently retrieves the NAME of the character:
Code: ags
Is it possible to do something similiar with character ID?
Is there a way to retrieve the ID number of a character on click? There is a function that apparently retrieves the NAME of the character:
static Character* Character.GetAtScreenXY(int x, int y)
Is it possible to do something similiar with character ID?