ok, when i use findroadcolor; it normally works, but i added it once, and now my script isnt compiling. Here is what i have
SCAR Code:
//RoadC := FindRoadColor;
//and a while down,
RoadC := FindRoadColor;
This will work, they are in dif procedures though. In the commented proc, it doesnt work, when i uncomment i get this...
Code:
Line 65: [Error] (17726:7): colon (':') expected in script G:\SCAR 2.03\Scripts\****
//and after i get rid of the = after the :
Failed when compiling
Line 65: [Error] (17726:9): Unknown type 'FindRoadColor' in script G:\SCAR 2.03\Scripts\****
What does this mean?