Ndogg Posted December 30, 2011 Share Posted December 30, 2011 Line 641: calculation:=(found/size)*100; When I try to include library2.txt i get - Compile Error Line 641 library2.txt Type mismatch library2.txt fishing script Quote Link to comment Share on other sites More sharing options...
Wanted Posted December 30, 2011 Share Posted December 30, 2011 This is insanely massively old. How did you even find this stuff? Quote Link to comment Share on other sites More sharing options...
Ndogg Posted December 30, 2011 Author Share Posted December 30, 2011 Google I guess... There are lots of scripts on that site... Quote Link to comment Share on other sites More sharing options...
FHannes Posted December 30, 2011 Share Posted December 30, 2011 They're still on here: http://www.freddy1990.com/oldincludes/ However, they're very outdated, they shouldn't be used at all. But to answer your question, replace the line with: calculation := (found div size) * 100; Quote Link to comment Share on other sites More sharing options...