OnNPCScriptLoad

From NPC for VCMP 0.4 Servers
Revision as of 09:23, 9 March 2022 by Habi (talk | contribs)
Jump to navigation Jump to search

Description:
This function is called when a NPC script is loaded.


Parameters:

'"`UNIQ--item-1--QINU`"'
This callback has no parameters.'"`UNIQ--item-1--QINU`"'



Return Values:
This callback does not handle returns

'"`UNIQ--item-1--QINU`"'
function OnNPCScriptLoad()'"`UNIQ--item-1--QINU`"'
{'"`UNIQ--item-1--QINU`"'
	print("NPC script loaded\n");'"`UNIQ--item-1--QINU`"'
}'"`UNIQ--item-1--QINU`"'