mirror of
https://github.com/edubart/otclient.git
synced 2025-05-03 11:09:20 +02:00
16 lines
240 B
Plaintext
16 lines
240 B
Plaintext
Module
|
|
name: game_questlog
|
|
description: View game quests status
|
|
author: edubart
|
|
website: www.otclient.info
|
|
|
|
dependencies:
|
|
- game
|
|
|
|
@onLoad: |
|
|
dofile 'questlog'
|
|
QuestLog.init()
|
|
|
|
@onUnload: |
|
|
QuestLog.terminate()
|