2012-05-01 02:20:27 +02:00
|
|
|
Module
|
|
|
|
name: game_questlog
|
|
|
|
description: View game quests status
|
2012-05-01 15:06:38 +02:00
|
|
|
author: edubart
|
|
|
|
website: www.otclient.info
|
2012-05-01 02:20:27 +02:00
|
|
|
|
|
|
|
dependencies:
|
2012-06-20 02:15:56 +02:00
|
|
|
- game_interface
|
2012-05-01 02:20:27 +02:00
|
|
|
|
|
|
|
@onLoad: |
|
|
|
|
dofile 'questlog'
|
|
|
|
QuestLog.init()
|
|
|
|
|
|
|
|
@onUnload: |
|
|
|
|
QuestLog.terminate()
|