5 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| 
 | |
| if GetResourceState('kq_link') ~= 'started' then
 | |
|     error('^6[KQ_LINK MISSING] ^1kq_link is required but not running! Make sure that you\'ve got it installed and started before ' .. GetCurrentResourceName())
 | |
|     print('^6 View the INSTALLATION.md file to find kq_link^0')
 | |
| end
 | 
