I tried making a status for my fighting script but i get an error.. the code looks like:
I get the error:Simba Code:status1 := ('Attacking ');
WriteLn('' + IntToStr(status1) + IntToStr(monsterkill) + '!');
I declared status1 in main variable sectionCode:[Error] C:\Users\*\Desktop\simba\Combat\Soulsplit autofighter.simba(108:29): Type mismatch at line 107
