Launch script OnEvent from SRC, is possible?

Triedge

New member
Messages
199
Points
0
I'm thinking of adding a system of analyzing, but ... to achieve function as desire.

I would be useful for certain events scripts are executed, but from the src ... remember someone posted something similar.

 
You mean donpcevent in src?

Code:
if (sd->npc_id == 0)       
   npc_event(sd, "NPC::OnEvent", 0);
 
 
Back
Top