5 lines
		
	
	
		
			156 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			156 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param text string 
 | 
						|
---Shows a message box containing the given text
 | 
						|
function message(text) end |