otclient/modules/game_npctrade/npctrade.otmod
Eduardo Bart 788a831f24 bug report module
* change modules authors and website
* avoid anchors recursivity crash
* update README
2012-05-01 10:06:38 -03:00

16 lines
249 B
Plaintext

Module
name: game_npctrade
description: NPC trade interface
author: andrefaramir, baxnie
website: www.otclient.info
dependencies:
- game
@onLoad: |
dofile 'npctrade'
NPCTrade.init()
@onUnload: |
NPCTrade.terminate()