KamikazeSripterul
Well-known member
- Joined
- Jun 30, 2019
- Messages
- 353
- Reaction score
- 23
So I've thought of this idea of writing a specific message from the game. What i need exactly is the dialog box with the list of strings added throughout the game. The proccess is:
> Type command [/list] (example) > Show the empty dialog with 2 buttons ADD and CLOSE
> When press CLOSE, close the dialog
> When presss ADD, another dialog should appear asking for player's name you wish to add ( i guess you get the player's id then their name ) > After you enter their name, another dialog should appear asking for the current date as the following format : 24/12/2019 ( or the program could automatically put the date ) [The dialog's buttons should be CONTINUE and BACK] > Once the date and the player's name has been entered, go back to the main dialog > If i press on a existent string added to the dialog, it should make a dialog (style 0) showing the name and the date added giving the option of BACK or REMOVE > REMOVE should remove the player's name from the main dialog https://imgur.com/a/VjZihFl
Is it a bit too hard? :'(
- The only part I am struggling with is placing the player's name in the main dialog and removing it. Can anyone help or give any advices with this piece of code?
@Parazitas
@monday
@springfield
> Type command [/list] (example) > Show the empty dialog with 2 buttons ADD and CLOSE
> When press CLOSE, close the dialog
> When presss ADD, another dialog should appear asking for player's name you wish to add ( i guess you get the player's id then their name ) > After you enter their name, another dialog should appear asking for the current date as the following format : 24/12/2019 ( or the program could automatically put the date ) [The dialog's buttons should be CONTINUE and BACK] > Once the date and the player's name has been entered, go back to the main dialog > If i press on a existent string added to the dialog, it should make a dialog (style 0) showing the name and the date added giving the option of BACK or REMOVE > REMOVE should remove the player's name from the main dialog https://imgur.com/a/VjZihFl
Is it a bit too hard? :'(
- The only part I am struggling with is placing the player's name in the main dialog and removing it. Can anyone help or give any advices with this piece of code?
@Parazitas
@monday
@springfield
Last edited: