Just added semi colons,
Simba Code:
Procedure SetKill;
Begin
Case LowerCase(MonsterKill) Of
'goblin':
Begin
Color_Monster = 5015139;
Hue_Monster = 0.07;
Sat_Monster = 0.15;
Tol_Monster = 5;
Uptext_1 = 'Attack Go';
Uptext_2 = 'ttack Gob';
Uptext_3 = 'ack Globin';
end;
'custom':
Begin
Color_Monster = C_COLOR;
Hue_Monster = C_HUE;
Sat_Monster = C_SAT;
Tol_Monster = C_TOL;
Uptext_1 = C_UPTEXT_1;
Uptext_2 = C_UPTEXT_2;
Uptext_3 = C_UPTEXT_3;
End;
End;
End;
but the same result:
Code:
[Error] C:\Simba\Scripts\Project2006autofighter.simba(95:30): Internal error (20) at line 94
Compiling failed.