Thank you JustSid,

i will give it a try. I had sth. similar before but i forgot the "wait(1);"

My approach was this

Code:
ENTITY* created = ent_create(...);
created.skill1 = explosive;

But it crashed because i checked the skill before it had the right value.