OnNPCScriptLoad: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<big>'''Description''': | <big><poem>'''Description''': | ||
This function is called when a NPC script is loaded. | This function is called when a NPC script is loaded. | ||
Line 17: | Line 17: | ||
print("NPC script loaded\n"); | print("NPC script loaded\n"); | ||
} | } | ||
</source> | </source></poem> | ||
</big> | </big> |
Revision as of 09:23, 9 March 2022
Description:
This function is called when a NPC script is loaded.
Parameters:
'"`UNIQ--item-1--QINU`"' This callback has no parameters.'"`UNIQ--item-1--QINU`"'
Return Values:
This callback does not handle returns
'"`UNIQ--item-1--QINU`"' function OnNPCScriptLoad()'"`UNIQ--item-1--QINU`"' {'"`UNIQ--item-1--QINU`"' print("NPC script loaded\n");'"`UNIQ--item-1--QINU`"' }'"`UNIQ--item-1--QINU`"'