Escalasion
Member
- Joined
- Sep 20, 2024
- Messages
- 9
- Reaction score
- 0
Hello! How can I make these
"Dialog.GetControlText($ESHelper_Control_Dialog_Custom_EN, 40, 0@) - editbox1 text
Dialog.GetControlText($ESHelper_Control_Dialog_Custom_EN, 41, 0@) - editbox2 text
Dialog.GetControlText($ESHelper_Control_Dialog_Custom_EN, 42, 0@) - editbox3 text
Dialog.GetControlText($ESHelper_Control_Dialog_Custom_EN, 43, 0@) - editbox4 text" work with this "0AD4: 9@ = scan_string 0@ format "%d %d %d %d" 2@ 3@ 4@ 5@" according to the code in the picture? Like when I click the "apply" button without entering any ID in any of the editboxes, it just automatically puts my ID, which already works, but when I want to enter other IDs from other players in each of the editboxes, it doesn't save when I click the "apply" button. How do I make each editbox work and read this "0AD4: 9@ = scan_string 0@ format "%d %d %d %d" 2@ 3@ 4@ 5@" from the editboxes?
"Dialog.GetControlText($ESHelper_Control_Dialog_Custom_EN, 40, 0@) - editbox1 text
Dialog.GetControlText($ESHelper_Control_Dialog_Custom_EN, 41, 0@) - editbox2 text
Dialog.GetControlText($ESHelper_Control_Dialog_Custom_EN, 42, 0@) - editbox3 text
Dialog.GetControlText($ESHelper_Control_Dialog_Custom_EN, 43, 0@) - editbox4 text" work with this "0AD4: 9@ = scan_string 0@ format "%d %d %d %d" 2@ 3@ 4@ 5@" according to the code in the picture? Like when I click the "apply" button without entering any ID in any of the editboxes, it just automatically puts my ID, which already works, but when I want to enter other IDs from other players in each of the editboxes, it doesn't save when I click the "apply" button. How do I make each editbox work and read this "0AD4: 9@ = scan_string 0@ format "%d %d %d %d" 2@ 3@ 4@ 5@" from the editboxes?