5 lines
		
	
	
		
			316 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			316 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@return number money 
 | 
						|
---Returns the amount of money required to complete the quest presented by a questgiver. Usable following the QUEST_PROGRESS event in which it is determined whether the player can complete the quest.
 | 
						|
function GetQuestMoneyToGet() end |