djborec
02-06-2012, 03:25 PM
This part (last line) gives me error:
repeat
bla blah blah blah
until ( ( FindNPCChatTextMulti('ert 2','Nothing') ) or ( GetColor(260,467)=16645886 ) ) or ( EndScript );
Error is: [Error] (103:120): Type mismatch at line 102
Compiling failed.
after I edited it in this form:
repeat
blah blah blah
until ( (( FindNPCChatTextMulti('ert 2','Nothing') ) or ( GetColor(260,467)=16645886 ) or (EndScript) );
it gives this error:
[Error] (103:119): Closing parenthesis expected at line 102
repeat
bla blah blah blah
until ( ( FindNPCChatTextMulti('ert 2','Nothing') ) or ( GetColor(260,467)=16645886 ) ) or ( EndScript );
Error is: [Error] (103:120): Type mismatch at line 102
Compiling failed.
after I edited it in this form:
repeat
blah blah blah
until ( (( FindNPCChatTextMulti('ert 2','Nothing') ) or ( GetColor(260,467)=16645886 ) or (EndScript) );
it gives this error:
[Error] (103:119): Closing parenthesis expected at line 102