2011-08-29 05:04:23 +02:00
|
|
|
Module
|
|
|
|
name: game
|
|
|
|
description: Create the game interface, where the ingame stuff starts
|
|
|
|
author: OTClient team
|
|
|
|
website: https://github.com/edubart/otclient
|
2011-12-05 19:27:07 +01:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- game_healthbar
|
|
|
|
- game_inventory
|
2012-01-23 14:47:15 +01:00
|
|
|
- game_skills
|
2011-12-05 19:27:07 +01:00
|
|
|
- game_textmessage
|
2012-01-23 14:47:15 +01:00
|
|
|
- game_viplist
|
2012-01-08 23:32:55 +01:00
|
|
|
- game_console
|
2011-12-05 19:27:07 +01:00
|
|
|
- game_outfit
|
2012-01-13 01:31:39 +01:00
|
|
|
- game_containers
|
2012-02-07 02:35:46 +01:00
|
|
|
- game_combatcontrols
|
2012-02-07 04:32:15 +01:00
|
|
|
- game_hotkeys
|
2011-12-05 19:27:07 +01:00
|
|
|
|
2011-08-29 05:04:23 +02:00
|
|
|
onLoad: |
|
2012-02-06 05:39:52 +01:00
|
|
|
dofile 'game'
|
|
|
|
dofile 'thing'
|
|
|
|
dofile 'creature'
|
|
|
|
dofile 'player'
|
|
|
|
dofile 'map'
|