Table of Contents

Talking to a cat actor.

Talking to a cat actor.

How to: Make a Character Talk

  1. Make a character.

Untitled

  1. On the bottom, click on Add Event and choose Display Dialogue

Untitled

  1. Put your dialogue. Done!

Untitled

dialogue.gif

How to: Choose Dialogue Options

The Display Multiple Choice lets you choose between two options that you can write down. It requires a variable.

Screenshot 2023-06-27 at 8.04.34 PM.png

Screenshot 2023-06-27 at 8.10.24 PM.png

Instructions - Make Multiple Choice Dialogue!

Make an NPC (Non-playable character) that asks “Do you want a cat?”.

  1. Click on the NPC. Create an event called Display Multiple Choice.

  2. Make a new variable called wants a cat. Write in your answers for True/False.

  3. Create an event called If Variable is True and choose the variable wants a cat.

    1. Display dialogue saying “Here’s a cat.”
    2. In Else, display dialogue saying “OK no problem” for when you don’t want the cat.

Untitled

Screenshot 2023-07-06 at 7.54.38 AM.png

Done!