hello to all
I would like to know if it was possible to force the position of the dialog area via a script, I tried the script given by afrlme in this post :
https://www.visionaire-studio.net/forum/thread/dialogs-those... by deleting what it says, to force all the texts to be displayed at a specific place, it works very well but it doesn't affect the dialog area, is there a function that would force the position of the dialog area please ?
thanks
edit : I've used this function and it works
game.CurrentCharacter.DialogArea = { x = 0, y = 880, width = 1920, height = 200}