@Enyby how to use this
if dialog canceled - 0, else: 1 for positive, 2 for negative, 3 for neutral buttons.
Examples:
gg.alert('Script ended')
-- Show alert with single 'ok' button
gg.alert('Script ended', 'Yes')
-- Show alert with single 'Yes' button
gg.alert('A or B?', 'A', 'B')
-- Show alert with two buttons
gg.alert('A or C?', 'A', nil, 'C')
-- Show alert with two buttons
gg.alert('A or B or C?', 'A', 'B', 'C')
-- Show alert with three buttons
i cant fully understand with negative positive and neutral