I have a problem that I can't seem to solve.
Here is the events: https://dl.dropbox.com/u/4047131/MyPublic/ccc.PNG
What I am trying to do is having all the blue characters (the one that is created on line 4) wear a hat. (the blue characters is represented by the apple qualifier).
It works fine at the start of frame, all the 8 characters have a hat each.
But if i press space to create a new character it all gets messed up, the hats change position and so on.
What line 5 is doing is giving the new character an ID. Because all characters default ID value is "-1" i thought this would work. At start of frame the NewID global value is set to "8".
I just can't understand why this works at start of frame but not when a new character is created?
I spread the value 0 at start of frame in all characters so they have the values 0,1,2,3,4,5,6,7. And then when I create a new one he will get the ID 8 from the NewID..

