Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

SonyaYu

2
Posts
A member registered May 03, 2025

Recent community posts

That was impressive! Thank you very much, 

I am looking forward for more features from you, you're doing an amazing job!

Hi, I have purchased your Dialogue engine for GameMaker and have been trying to get some code to work with. Is it possible to add additional function the "textbox_set_names" that has the same funtionality with "textbox_set_portrait"? Because, I would like to change the character's name to matches with the portrait of character that currently speaking.

exsample

textbox_create("This is the best dialogue engine!", "As you can see, it works perfectly.", "You can change the speed of the text from fast...")

textbox_set_portrait(cha1,cha2,cha1);

textbox_set_names(name1,name2,name1);