tibia-client/modules/game_questlog/questlog.otmod

16 lines
250 B
Plaintext

Module
name: game_questlog
description: View game quests status
author: edubart
website: www.otclient.info
dependencies:
- game_interface
@onLoad: |
dofile 'questlog'
QuestLog.init()
@onUnload: |
QuestLog.terminate()