im about to test but first i was wondering this
Code:
procedure Reply;
begin
if (InChat('Mining lvls?')) or
(inChat('Mining levels?')) or
(InChat('Mining lvl')) or
(inChat('Mining level')) or
(InChat('Mining level?')) or
(inChat('Mining lvls')) or
(inChat('Mining levels')) or
(InChat('Mine lvl?')) or
(InChat('Mine lvls?')) or
(InChat('Mine lvl')) or
(InChat('Mine lvls')) or
(InChat('M lvls')) or
(InChat('M lvl')) then
begin
TypeSend(IntToStr(GetSkillLevel('mining')))
Talked := Talked + 1;
end;
if(InChat('Smelt lvls') or
InChat('Smelt lvls?') or
InChat('Smelting lvls') or
InChat('Smelting lvls?')) then
begin
TypeSend(IntToStr(GetSkillLevel('smelting')))
Talked := Talked + 1;
end;
is there a reason that the end of ('Smelting lvls') there is only one close parenthesis but on all of the mining chats there are 2 close parentheses. im no scripting expert but this seemed wierd
EDIT
tested, did nothing
Code:
SRL Compiled in 234msec.
1 Players
[]----------M-I-N-I-N-G P-O-W-E-R!----------[]
[]------------------BY-----------------[]
RRRRRRRRRRRRRRRRR KKKKKKKKK KKKKKKK
R::::::::::::::::R K:::::::K K:::::K
R::::::RRRRRR:::::R K:::::::K K:::::K
RR:::::R R:::::R K:::::::K K::::::K
R::::R R:::::R KK::::::K K:::::KKK
R::::R R:::::R K:::::K K:::::K
R::::RRRRRR:::::R K::::::K:::::K
R:::::::::::::RR K:::::::::::K
R::::RRRRRR:::::R K:::::::::::K
R::::R R:::::R K::::::K:::::K
R::::R R:::::R K:::::K K:::::K
R::::R R:::::R KK::::::K K:::::KKK
RR:::::R R:::::R K:::::::K K::::::K
R::::::R R:::::R K:::::::K K:::::K
R::::::R R:::::R K:::::::K K:::::K
RRRRRRRR RRRRRRR KKKKKKKKK KKKKKKK
********
Pick head colors... 1583412 2111560 1913151 1913924 2440784
so it logged in perfectly, set the compass angles, then it found the pickhead color and stopped. it automatically logged out- i waited for 5 minutes then stopped it. could it be that i need to manually set the colors?