OnNPCStreamOut
From Onset Developer Wiki
Description
Called when a NPC is streamed out from the server.
Syntax
OnNPCStreamOut(npc, player)
Client Syntax
OnNPCStreamOut(npc)
Parameters
- npc
The NPC for the other player is streamed out. - player
The player that streams out for npc.
Example
__EDIT_ME__