OnNPCScriptLoad: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 7: Line 7:


'''Parameters:'''
'''Parameters:'''
<source lang="lua">
<syntaxhighlight lang="lua">This callback has no parameters.</syntaxhighlight>
This callback has no parameters.
</source>


<poem>
<poem>

Revision as of 09:34, 9 March 2022

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");
}