SCAR Code:Procedure DeclarePickaxeColors;
begin
case PickAxeType of
'Bronze' :
begin
PickaxeColor := 4417680
end; //this is the line with the type mismatch error line 72
'Iron' :
begin
PickaxeColor := 9671839
end;
'Steel' :
begin
PickaxeColor := 2635094
end;
'Mith' :
begin
PickaxeColor := 2635094
end;
'Addy' :
begin
PickaxeColor := 2635094
end;
'Rune' :
begin
PickaxeColor := 2635094
end;
end;
end;
Line 72: [Error] (20223:1): Type mismatch in script



![Send a message via AIM to [JS]](images/misc/im_aim.gif)
![Send a message via MSN to [JS]](images/misc/im_msn.gif)
Reply With Quote








