• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

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