• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Modal Window return yes/no

Newone0

Member
Joined
Nov 22, 2021
Messages
59
Reaction score
7
Hi guys i need help with modal window. For example:
Code:
function onUse(args...)
    ...
    openModalWindow()
    if modalWindowChoice == Yes then
        ...
    end
    ...
end
It is possible to get choice of modal window inside another function like onUse? It must work like that because i need all variables used inside this function.
 
Back
Top