YolkfolkThe Dizzy Fansite 2 logged in0 playing
Community discussion

Interactive dialog menu

Started by Robbington on 13 December 2010 • 3,514 views

4 posts
#54851
Hey,

Sorry for spamming the help forum with a million questions but have found myself with a few days spare so hitting the DizzyAge like crazy.

Im getting on fine with most of the logic, but I would like to include a dialogmenu with a simple yes or no choice, I've been reading about the OpenDialogQuestion, but I'm a bit stumped as to how to add it in, can anyone provide a basic example?

Thanks in advance

Rob
👍 0
#72295
answer = OpenDialogQuestion("Is this anquestion?");
if(answer==1){
    //do thing for yes
} else {
    //do thing for no
}

That's all there is to it.

👍 0
#72296
It all seems so simple now.

Thanks
👍 0
#72297
Glad to be of service :lol:

My invoice is in the post. {yolkfolk}:raspy:
👍 0