Global code AVs
Posted: Sun Jun 24, 2007 10:47 pm
When I put a script in the global code and press Add button I get Access Violaton error. And it only AVs if the script is written fully and correctly.
GE 1.3.3 Pro
What shall I do?
GE 1.3.3 Pro
- Code: Select all
void draw_field(){
int k;
for(k=0; k<count; k++){
CreateActor("objBB", "bb", "(none)", "(none)", cx[k], cy[k], true);
}
}
What shall I do?