Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
61
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.  
  11. - game_hotkeys
  12. - game_textmessage
  13. - game_console
  14. - game_outfit
  15. - game_shop
  16. - game_pokemon
  17. - game_topslot
  18. - game_battle
  19. - game_skills
  20. - game_addons
  21. - game_held
  22. - game_heldfusion
  23. - jsp_cardinalmsg
  24. - jsp_mens
  25. - game_tplistwindow1
  26. - game_tplistwindow2
  27. - game_tplistwindow3
  28. - game_tplistwindow4
  29. - game_tplistwindow5
  30. - game_nursey
  31. - game_viplist
  32. - game_inventory
  33. - game_minimap
  34. - game_containers
  35. - game_npctrade
  36. - game_textwindow
  37. - game_playertrade
  38. - game_ruleviolation
  39. - game_playerdeath
  40. - game_pokeWindow
  41. @onLoad: init()
  42. @onUnload: terminate()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement