@Sylvain_Guiblain wrote:
Hi @ricdays !
It is possible to get a new prompt command for LUA script which will ask EU to choose a choice from a drop-down menu? (Like SELECT tags in HTML)
It would be great to get it, the command can be something like:
Choices = {
Create = "Create blabla",
Delete = "Delete blabla"
}Choice = PromptDropDown(array Choices)
"Choice" value will contain the key associated to the sentence, for example "Choice = Create".
If would greatly help the user interface
Have a nice day!
Posts: 2
Participants: 2