cheetahftw1
Active member
- Joined
- Aug 31, 2018
- Messages
- 39
- Reaction score
- 0
Hello. I want to make a cleo mod with this script to make a dialog where you can choose more options but at one option I need to make it in 2 dialogs and I want to know if I can make a Next button for it.
This is used script:
end
if
0B3C: samp is_dialog_responded id 1016 button 21@ list_item 22@ input_text 0
then
if and
21@ == 1 // Pressed = 1
22@ == 0 // List item number
then
0AC6: 20@ = label @cars1 offset
0B3B: samp show_dialog id 1017 caption "{00ff99}[HELP] {FFFFFF}Dialog" text 20@ button_1 "Close" button_2 "" style 0
end
I want to put at button_2 "Next" but how I make the button Next to get me to another dialog?
Thanks very much.
This is used script:
end
if
0B3C: samp is_dialog_responded id 1016 button 21@ list_item 22@ input_text 0
then
if and
21@ == 1 // Pressed = 1
22@ == 0 // List item number
then
0AC6: 20@ = label @cars1 offset
0B3B: samp show_dialog id 1017 caption "{00ff99}[HELP] {FFFFFF}Dialog" text 20@ button_1 "Close" button_2 "" style 0
end
I want to put at button_2 "Next" but how I make the button Next to get me to another dialog?
Thanks very much.