13 lines
		
	
	
		
			378 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			378 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Module
 | 
						|
  name: client_entergame
 | 
						|
  description: Manages enter game and character list windows
 | 
						|
  author: edubart & otclient.ovh
 | 
						|
  website: https://github.com/edubart/otclient
 | 
						|
  scripts: [ entergame, characterlist ]
 | 
						|
  @onLoad: EnterGame.init() CharacterList.init()
 | 
						|
  @onUnload: EnterGame.terminate() CharacterList.terminate()
 | 
						|
  
 | 
						|
  load-later:
 | 
						|
    - game_things
 | 
						|
    - game_features
 |