OnNPCScriptLoad: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 15: | Line 15: | ||
::This callback does not handle returns | ::This callback does not handle returns | ||
</poem> | </poem> | ||
<source lang="lua"> | <source lang="lua"> |
Revision as of 09:28, 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"); }