probably something to do with your code...
try that:
create a global variable, set it to 0.(myVar = 0)
then delete that working ent_create.(i mean the physcial entity one) and write this line instead:
myVar = 1;
then in you action (action_box in this case)
add
while(!myVar) wait(1);
to the top, and see if that works.
Last edited by Quadraxas; 03/09/09 02:05.