mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
Improve modules and sandbox system
This commit is contained in:
@@ -3,13 +3,12 @@ Module
|
||||
description: Manage skills window
|
||||
author: baxnie, edubart
|
||||
website: www.otclient.info
|
||||
sandboxed: true
|
||||
scripts:
|
||||
- skills.lua
|
||||
|
||||
dependencies:
|
||||
- game_interface
|
||||
|
||||
@onLoad: |
|
||||
dofile 'skills'
|
||||
Skills.init()
|
||||
|
||||
@onUnload: |
|
||||
Skills.terminate()
|
||||
@onLoad: init()
|
||||
@onUnload: terminate()
|
||||
|
Reference in New Issue
Block a user