A downloadable asset pack

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

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.yoyogames.com/assets/6657/dialogue-engine-text-boxes

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

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 294 kB

Development log

View all posts

Community

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