hide action text

  • #1, by constantinSaturday, 17. June 2017, 21:09 7 years ago
    is there a possibility to hide action text with lua? at some point in my game i want to hide the name of a character. 
    i searched, but i didnt find out how to do this. 
    thanks in advance :-)

    Forum Fan

    167 Posts


  • #2, by sebastianSaturday, 17. June 2017, 21:28 7 years ago
    is there a possibility to hide action text with lua? at some point in my game i want to hide the name of a character. 
    i searched, but i didnt find out how to do this. 
    thanks in advance :-)
    when your action text is done via the game settings tab:

    execute script action part:


    game.DrawActionText = 0


    GameDrawActionText 
    '0' do not draw action text.
    '1' draw action text at current cursor position.
    '2' draw action text centered in the rectangle defined by GameActionTextRect.


    Thread Captain

    2346 Posts

  • #3, by constantinSunday, 18. June 2017, 08:05 7 years ago
    thank you!

    Forum Fan

    167 Posts