Talking to a cat actor.
Add Event
and choose Display Dialogue
The Display Multiple Choice
lets you choose between two options that you can write down. It requires a variable.
Make an NPC (Non-playable character) that asks “Do you want a cat?”.
Click on the NPC. Create an event called Display Multiple Choice
.
Make a new variable called wants a cat
. Write in your answers for True/False.
Create an event called If Variable is True
and choose the variable wants a cat
.
Display dialogue
saying “Here’s a cat.”Else
, display dialogue saying “OK no problem” for when you don’t want the cat.Done!