mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
begin playertrade, questlog and textbooks modules
This commit is contained in:
15
modules/game_textbooks/textbooks.otmod
Normal file
15
modules/game_textbooks/textbooks.otmod
Normal file
@@ -0,0 +1,15 @@
|
||||
Module
|
||||
name: game_textbooks
|
||||
description: Allow to edit text books and lists
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
dependencies:
|
||||
- game
|
||||
|
||||
@onLoad: |
|
||||
dofile 'textbooks'
|
||||
TextBooks.init()
|
||||
|
||||
@onUnload: |
|
||||
TextBooks.terminate()
|
Reference in New Issue
Block a user