The first two lines are :-
else if (GetGlobalInt(10) > 5 ){ //so global(10) has to be greater than 5 right
ProcessClick( mouse.x,mouse.y, 8 );
but if you put a Display("%d", GetGlobalInt(10)); in the first line of usermode1 ( where the ProcessClick points to) it come out as "0" :o
else if (GetGlobalInt(10) > 5 ){ //so global(10) has to be greater than 5 right
ProcessClick( mouse.x,mouse.y, 8 );
but if you put a Display("%d", GetGlobalInt(10)); in the first line of usermode1 ( where the ProcessClick points to) it come out as "0" :o