OnNPCScriptLoad: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
'''Description''': This function is called when a NPC script is loaded. | <big>'''Description''': This function is called when a NPC script is loaded. | ||
| Line 16: | Line 16: | ||
} | } | ||
</source> | </source> | ||
</big> | |||
Revision as of 09:18, 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");
}