Hi,
Is it possible to have a string entered in code, while pausing execution until enter is pressed, without using a gump?
I supposed I could keep checking the variable until it is not null, and then continue, but that is a bit clunky.
Is there a proper way of doing it? I'm guessing not, but...