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