OnNPCScriptLoad: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> | |||
<big><poem>'''Description''': | <big><poem>'''Description''': |
Revision as of 07:48, 30 November 2022
<poem>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"); }