Hmmm....

i dont know if this is a bug or bad programming style of me.

I worked on a RPG with A7 - free.
I startet my this script with A8 and it seems there is aproblem with ent_create.

i've written a ent_create - script in the "void main()" like this:
Quote:

ent_create("Longsword.mdl",vector(80,-18,70),longsword);
ent_create("Longsword.mdl",vector(80,-28,70),longsword);
ent_create("Longsword.mdl",vector(80,-38,70),longsword);
ent_create("Longsword.mdl",vector(80,-48,70),longsword);


it works perfect with A7-free edition.
Every Model had the Polygon -flag and shadow.
if my player looks with c-trace at the Model a text apears.

Now script didnt working correctly with A8-free-edition!
Only one modell of them show the message!

It only works if I write something like this in the main script:

Quote:

ent_create("Longsword1.mdl",vector(80,-18,70),longsword);
ent_create("Longsword2.mdl",vector(80,-28,70),longsword);
ent_create("Longsword3.mdl",vector(80,-38,70),longsword);


Is it a bug or a bad programming style of me?


3D-Gamestudio A8 - Commercial