Useful GML Scripts 2.3
- Added two functions:
choose_from_array
: Picks a random element from an arrayhide_overflow
: Truncates a string to a desired maximum width, hiding the rest with a suffix (e.g. "...")
choose_from_array
: Picks a random element from an arrayhide_overflow
: Truncates a string to a desired maximum width, hiding the rest with a suffix (e.g. "...")