thanks I needed that.
But can you please tell me, how I can script the enemy, that he gives you the EXP points?
What misses?:
???DEFINE exp,SKILL9;???
???var_exp_togo???
action Beast_enemy1 {
if (my.leader > 0) {
find_path();
set_ai_formation(my.ent_formation_id);
}
my.entity_type = type_combatant_enemy;
???my.EXP = 50???
combatant();
return;
}