Hi everyone,

this is driving me nuts! I have LiteC script working to click on entites, but I cannot change the mouse_range variable anywhere! If I use:

mouse_range = 180;

I get a compile Syntax error : "Cant convert GETPVALUE:FIXED::."

however if I use:

var mouse_range = 180;

The code compiles correctly, but the range doesnt change from the default 2000.

Anyone know what Im doing wrong?