Hi Guys,
Is there a way to make the DisplayAt command disappear after say set amount of time. So far it always requires a mouse click or keyboard interaction for it to disappear.
Like mentioned in the manual, no.
You have to use your own GUI.
I believe there's a module floating around which you can use, don't know what it's called though.
The only thing I can think of that might possibly be able to do this would be ProcessClick as it simulates a mouse-click it might remove the Display box...but I'm not 100% certain. Other than that, as Khris said you would need to use a custom GUI/script to make it work this way.
Any examples of a custom script I can use that would automatically change the size of the gui depending on the amount of text?
Try this in game_start:
game.skip_display = 0;
Thanks Chris I will try that :)
EDIT:
Worked like a charm, cheers for that :)
I love this sudden string of mis-/incomplete-information I've been giving out. Hahah.
I actually referenced that property but I wasn't sure how it would actually react to not being removed by mouse/key presses and failed to test my results. :=