I dont know how to make a selection screen of 2 buttons, with 2 pictures in those buttons... like the one in infested arena at the beginning.
I have certain sites th show how to do this, but it tells me to make a "dialog folder", but i cant make a folder at all (in the trigger menu). and it tells me to make parameters, but the button is greyed out, idk whats up. I just want to make a simple selection at map initialization. PKLEASE help! just a push to get me in the right direction!! thank you,
To make a new folder (or any new object in the trigger editor) right click in the window on the bottom left, then select the New menu.
To create a dialog, first set up the variables for the dialog and the dialog items. The dialog is like the container that holds the dialog items. It is recommended that you keep all of these variables in the same folder so you don't lose track of them.
Then use dialog triggers to create your dialog. You MUST create the dialog before you create dialog items, otherwise you will likely see errors or things simply won't work. The best way to go from here is trial and error to figure out how each option works.
Parameters can't be created in triggers, only in definitions (like action definitions.) I recommend you search for an explanation on action definitions before going down that path.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I dont know how to make a selection screen of 2 buttons, with 2 pictures in those buttons... like the one in infested arena at the beginning. I have certain sites th show how to do this, but it tells me to make a "dialog folder", but i cant make a folder at all (in the trigger menu). and it tells me to make parameters, but the button is greyed out, idk whats up. I just want to make a simple selection at map initialization. PKLEASE help! just a push to get me in the right direction!! thank you,
To make a new folder (or any new object in the trigger editor) right click in the window on the bottom left, then select the New menu.
To create a dialog, first set up the variables for the dialog and the dialog items. The dialog is like the container that holds the dialog items. It is recommended that you keep all of these variables in the same folder so you don't lose track of them.
Then use dialog triggers to create your dialog. You MUST create the dialog before you create dialog items, otherwise you will likely see errors or things simply won't work. The best way to go from here is trial and error to figure out how each option works.
Parameters can't be created in triggers, only in definitions (like action definitions.) I recommend you search for an explanation on action definitions before going down that path.