Bobo
1
So I’m making a pokemon styled game, and I’m trying to make dialogue so that it types out gradually. How do you do this?
You can, look at this guide.
Haiasi
4
String of popups or notifications.
Button Pressed > Trigger
Button Pressed > Trigger
Button Pressed > Trigger
(1) Triggered > Send Notification
(content: 3, lasts for 1 second)
(2) Triggered > Send Notification
(content: 2, lasts for 1 second)
(3) Triggered > Send Notification
(content: 1, lasts for 1 second)