OnNPCSpawn

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search


Description:
This function is called when the NPC spawns.


Parameters:

NoParams


Return Values:
This function does not return any specific values.


Example

function OnNPCSpawn() 
{ 
     SendChat("I have spawned");
}