typos in latest version, or maybe it is just me
Line 698: [Error] (24783:107): Syntax error in script
The string continues onto the next line, apparently my scar thinks that is a no-no. i changed
SCAR Code:
AddToReport('|Player[' + IntToStr(i) + ']: Mined: ' + IntToStr(Players[i].Integers[PLAYER_I_LOADSDONE]) + ' of
' + IntToStr(Players[i].Integers[PLAYER_I_LOADS]) + ' Loads |');
to this:
SCAR Code:
AddToReport('|Player[' + IntToStr(i) + ']: Mined: ' + IntToStr(Players[i].Integers[PLAYER_I_LOADSDONE]) + ' of ' //< i ended the
//string with the ' mark here
+ IntToStr(Players[i].Integers[PLAYER_I_LOADS]) + ' Loads |');
same deal on lines 705(except the ' is in 705 but belong on 707) and 850(add a ' to beggining of line 852)
this is with the latest file and scar 3.23. ill submit proggie l8er also gonna see how long i can get it to go 4. ill get past 17 hoours easy, lol :P