Hello, im a bit stuck on part of my map while still trying to learn the basics of using the editor itself. My understanding of programming is very limited but i would like to learn some of it. Can anyone help me create a multistep dialog, which has a primary dialog box with 3 buttons, (already done,but the buttons dont do anything yet cause i dont know how to make them do something) and each of the 3 buttons leads to a new dialog with 3 more new buttons, and each button leads to something different. I could spend hours trying to figure it out myself, but I'd rather get help from the experts here, even tho this isnt a very complex idea. any help is appreciated. thanks!
After a whole day of execution, i figured it out. but for anyone who might have the same question, create your dialog, your dialog items with their variables, then make a second version of everything and just tag the buttons(Dialog Items) with a If Then Else statement with a condition being the button pressed and the Else action creating a dialog(which should be one of your variables because i said make a second version of everything) with your other second set of items and variables.
Hello, im a bit stuck on part of my map while still trying to learn the basics of using the editor itself. My understanding of programming is very limited but i would like to learn some of it. Can anyone help me create a multistep dialog, which has a primary dialog box with 3 buttons, (already done,but the buttons dont do anything yet cause i dont know how to make them do something) and each of the 3 buttons leads to a new dialog with 3 more new buttons, and each button leads to something different. I could spend hours trying to figure it out myself, but I'd rather get help from the experts here, even tho this isnt a very complex idea. any help is appreciated. thanks!
After a whole day of execution, i figured it out. but for anyone who might have the same question, create your dialog, your dialog items with their variables, then make a second version of everything and just tag the buttons(Dialog Items) with a If Then Else statement with a condition being the button pressed and the Else action creating a dialog(which should be one of your variables because i said make a second version of everything) with your other second set of items and variables.