Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

How to pause the game till a certain action is done, or at least lock the character movement?

  • #1, by nerd 7 years ago Zitieren
    How to pause the game till a certain action is done, or at least lock the character movement?
    When my character opens his inventary I want it unable to move or click anywhere else. How do I do that?

  • #2, by afrlme 7 years ago Zitieren
    set the interface area the same size or larger than your default game resolution. alternatively you can disable left click set destination with Lua script.
  • #3, by nerd 7 years ago Zitieren
    Done, thank you