mirror of
https://github.com/edubart/otclient.git
synced 2025-05-17 17:39: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.
18 lines
312 B
Plaintext
18 lines
312 B
Plaintext
Module
|
|
name: game_playerdeath
|
|
description: Manage player deaths
|
|
author: edubart, BeniS
|
|
website: www.otclient.info
|
|
|
|
dependencies:
|
|
- game_interface
|
|
- game_textmessage
|
|
- client_entergame
|
|
|
|
@onLoad: |
|
|
dofile 'playerdeath'
|
|
PlayerDeath.init()
|
|
|
|
@onUnload: |
|
|
PlayerDeath.terminate()
|