I can't get this to work, here's a simple breakdown of my script:
por_dun,172,285,3 script Herkemer 832,{
OnPoringDead:
foreachinmap("Herkemer::L_CombatMES", "por_dun");
end;
L_CombatMES:
//showscript "In combat";
//dispbottom "test";
debugmes "testdbmBEGIN";
end;
}
I have put a few debug messages into the source and it looks like "npc_event_label_nd" and "npc_event_label_pos" always return "NULL"/"0" or "-1". I see the same function "struct event_data* ev = (struct event_data*)strdb_get(ev_db, labelname);" used elsewhere in the sourcecode and presumably it works but I can't for the life of me figure this one out. I am using a modified version of rev ~42000.
Any ideas would be helpful.
EDIT: I'm stupid, I have to use "OnCombatMES" not "L_CombatMES" for this type of script