Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Module
  2. name: game_interface
  3. description: Create the game interface, where the ingame stuff starts
  4. author: OTClient team
  5. website: www.otclient.info
  6. sandboxed: true
  7. scripts: [ widgets/uigamemap, widgets/uiitem, gameinterface ]
  8. load-later:
  9. - client_terminal
  10. - game_hotkeys
  11. - game_textmessage
  12. - game_console
  13. - game_outfit
  14. - game_shop
  15. - game_pokemon
  16. - game_topslot
  17. - game_battle
  18. - game_skills
  19. - game_addons
  20. - game_held
  21. - game_heldfusion
  22. - jsp_cardinalmsg
  23. - jsp_mens
  24. - game_tplistwindow1
  25. - game_tplistwindow2
  26. - game_tplistwindow3
  27. - game_tplistwindow4
  28. - game_tplistwindow5
  29. - game_nursey
  30. - game_viplist
  31. - game_inventory
  32. - game_minimap
  33. - game_containers
  34. - game_npctrade
  35. - game_textwindow
  36. - game_playertrade
  37. - game_ruleviolation
  38. - game_playerdeath
  39. - game_pokeWindow
  40. @onLoad: init()
  41. @onUnload: terminate()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement