Joystickplays Posted August 31, 2019 Posted August 31, 2019 Anyone know how to show a message if a text is not in the list? Or input prompt? Im using QLua.
Administrators Enyby Posted August 31, 2019 Administrators Posted August 31, 2019 https://gameguardian.net/help/ make table for possible list of values. If input value not from this list (key from table return nil) then do appropriate actions. But for predefined list better use checkboxes.
Joystickplays Posted August 31, 2019 Author Posted August 31, 2019 So do I have to do If input[1]==nil then goto notonlist end ::notonlist:: gg.alert('Not in list!') To show not in list alert if the input not on list? If so, please reply further!
Rs92ks Posted August 31, 2019 Posted August 31, 2019 if input==nil then gg.alert('Not in list!') else …
Question
Joystickplays
Anyone know how to show a message if a text is not in the list? Or input prompt? Im using QLua.
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.