OnNPCScriptLoad

From NPC for VCMP 0.4 Servers
Revision as of 09:36, 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:

This callback has no parameters.


Return Values:
This callback does not handle returns


function OnNPCScriptLoad()
{
	print("NPC script loaded\n");
}