16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
|
Module
|
||
|
name: game_questlog
|
||
|
description: View game quests status
|
||
|
author: OTClient team
|
||
|
website: https://github.com/edubart/otclient
|
||
|
|
||
|
dependencies:
|
||
|
- game
|
||
|
|
||
|
@onLoad: |
|
||
|
dofile 'questlog'
|
||
|
QuestLog.init()
|
||
|
|
||
|
@onUnload: |
|
||
|
QuestLog.terminate()
|