tibia-client/modules/game/game.otmod

20 lines
379 B
Plaintext

Module
name: game
description: Create the game interface, where the ingame stuff starts
author: OTClient team
website: https://github.com/edubart/otclient
autoLoad: true
dependencies:
- core
- tibiafiles
- topmenu
- entergame
- background
onLoad: |
require 'game'
require 'textmessage'
Game.create()
Game.hide()
return true