I'm currently working on a map where i want to display a integer variable in a Dialog box. For some reason i just cant seem to figure out how to do it. Is there a simple solution and I'm a noob or is this just not possible.
you need to create a dialog item label which will contain the text.
Create Dialog Item Label.
Set Dialog Item Text (Last Created Dialog Item, variable);
you might need to use conversion to get the variable displayed.
Edit: moved to Triggers forum, the UI forum is for UI Layout questions, not for Dialog questions.
you need to create a dialog item label which will contain the text.
Create Dialog Item Label.
Set Dialog Item Text (Last Created Dialog Item, variable);
you might need to use conversion to get the variable displayed.
Edit: moved to Triggers forum, the UI forum is for UI Layout questions, not for Dialog questions.