Hi Community i have a problem with effect
WHen i start my script with my A7.86 COm Edition everthing works fine.But when i use A8 Com there are some crashes.I issolated them and found out that effect is the command that makes it crash
what can i do now?
Here is a part of my code
Code:
action waterfall()
{
waterf=my;
while(waterf!=NULL) {wait(1);}
while(1)
	{
		my.v = -50*total_ticks;
		

	vec_for_vertex(temp3,my,15);
	effect(water_par,10,temp3,normal);
		
		
		wait(1);
	}
}


Thanks for ur help laugh

Last edited by Progger; 12/30/10 12:58.

asking is the best Way to get help laugh laugh laugh