For instance, here's my code.
Mouse Left Button Pressed
if show_question("Save changes to "+string(global.fname))=1
{
sleep=100
}
else
{
room_restart()
}Don't worry about sleep 100 it's just substituting until this is right. I want these answers: Yes, No, Cancel. After I figure that out how would I check all 3 answers? Because "else" wouldn't work because there are 3 options.
And 1 last thing. This is probably simple but how would I resume back to the program if "cancel" was clicked?
Thanks in advance.











