Jump to content

Creating Yes/no questions


escotanner
 Share

Recommended Posts

There's two parts: The text and the events.

In the text slot where you're showing the "Will you do a thing?" text, you'll want to put a [Yes] tag, which will show the yes/no options.

Second, in the event, you'll want to set up a IFYN condition immediately after the text. Example:

Text(0xYourTextIdHere) // Has the yes/no text
IFYN 0x01
   // If yes was chosen
ELSE 0x02
ENIF 0x01
ELSE 0x02
   // If no was chosen
ENIF 0x02
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...