mirror of
https://github.com/edubart/otclient.git
synced 2025-05-18 01:49:20 +02:00
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()
|