mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00

* Renamed game_textbooks to game_textwindow. * Fixed text window from opening multiple times, and is destroyed correctly. * Added new game_playerdeath module (moved death message and window here). * Hotkey window will hide on game end. * Logout/Exit/Stackable Items/Questlog/Hotkeys windows will now close on game end.
16 lines
276 B
Plaintext
16 lines
276 B
Plaintext
Module
|
|
name: game_textwindow
|
|
description: Allow to edit text books and lists
|
|
author: edubart, BeniS
|
|
website: www.otclient.info
|
|
|
|
dependencies:
|
|
- game_interface
|
|
|
|
@onLoad: |
|
|
dofile 'textwindow'
|
|
TextWindow.init()
|
|
|
|
@onUnload: |
|
|
TextWindow.terminate()
|