A downloadable asset pack

Get this asset pack and 3 more for $24.99 USD
View bundle
Buy Now$9.99 USD or more

With this dialogue engine you can easily add text boxes with dialogue to your games.




Most important FEATURES:

Text boxes


Speech bubbles



Options/choices that can affect the dialogue or change variables



Works with different views and camera

Works with keyboard, mouse and controller

Lots of useful features, like backlog, voice acting support and auto mode

Very customizable

Incredibly easy to use


Is it really that easy? Yes! For example, you can make an npc say something with this:

if keyboard_check_pressed(vk_space) {
    if place_meeting(x,y,player) {
        if !textbox_exists() {
            textbox_create("Hello","How are you?");
            textbox_set("Bob",c_blue,c_white,c_white,0.7,font,noone,true);
        }
    }
}

And it will just work.



Also available on GameMaker Marketplace: https://marketplace.gamemaker.io/assets/6657/dialogue-engine-for-gamemaker

Compatibility: Should work at least in GameMaker Studio 2.3 and later versions. I recommend having the latest or one of the latest versions of GameMaker.

Purchase

Get this asset pack and 3 more for $24.99 USD
View bundle
Buy Now$9.99 USD or more

In order to download this asset pack you must purchase it at or above the minimum price of $9.99 USD. You will get access to the following files:

dialogue-engine.yyz 284 kB
dialogue-engine-legacy-v270.yyz 294 kB
dialogue-engine-beta.yyz 284 kB

Development log

View all posts

Community

by Pikku-a · 1 post
2y
by Pikku-a · 1 post
2y
2y
Post a new topicView all posts