- 40
- 4
- Версия MoonLoader
- .027.0-preview
I have this to get the dialog text:
But I just want to get the line of the dialog with different color, in the case the line 6. And this it's random, maybe the color can be in the line 1, 4...
I appreciate any help, thanks
Lua:
function sampev.onShowDialog(dialogId, style, title, button1, button2, text)
if string.find(title, "ANT") then
print(text)
end
end
But I just want to get the line of the dialog with different color, in the case the line 6. And this it's random, maybe the color can be in the line 1, 4...
I appreciate any help, thanks