I'm looking for a function that will combine the actions of SayAt and SayBackground, this is, a SayBackground that I can place at any position. Does such a thing exsit?
Additionally, SayAt is currently rendering behind GUI's, can I stop this from happening? Is there a speech Z variable?
Thanks for any help. :)
To solve both problems at once, you could use a transparent GUI with a text label.
This will show above other GUIs & you can set it's position.
Yes I suppose you're right.
Thanks for your help.
[edit]
Also, is there no for loop in AGS? Or am I just supposed to stick with while?
No, there's no for loop. As you said, use while instead.
There was, but there isn't. :=