Dialog area (Solved)

  • #1, by paul-14Monday, 06. April 2020, 17:03 4 years ago
    hello to all wink
    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 wink


    edit :  I've used this function and it works
    game.CurrentCharacter.DialogArea = { x = 0, y = 880, width = 1920, height = 200}

    Newbie

    44 Posts


  • #2, by afrlmeMonday, 06. April 2020, 18:33 4 years ago
    Well done on figuring out the solution yourself. smile

    Imperator

    7278 Posts

  • #3, by paul-14Tuesday, 07. April 2020, 22:04 4 years ago
    Thank you wink

    Newbie

    44 Posts