
Originally Posted by
botsrs
Code:
Line 77: [Error] (94:1): 'BEGIN' expected in script C:\Program Files\SCAR 3.15\includes\srl/srl/misc/smart.scar
SCAR Code:
<<<<<<< .mine
// SRL Development Team
procedure SmartSetupEx(worldnumber: integer; members, signed, superdetail: boolean);
=======
procedure SmartSetupEx(worldnumber: integer; members, signed, superdetail: boolean);
>>>>>>> .r30
I get that error since the new update.
Delete that file then re download srl... 
============================================
Hmm, nice, Rev 29, add
SCAR Code:
UseAutoResponder := True;
, rev 30, just to remove it.. 
Hmm, why'd you guys change
SCAR Code:
0..9: text := IntToStr(I);
to
SCAR Code:
0: text := '0'; //Zero
1: text := '1'; //One
2: text := '2'; //Two
3: text := '3'; //Three
4: text := '4'; //Four
5: text := '5'; //Five
6: text := '6'; //Six
7: text := '7'; //Seven
8: text := '8'; //Eight
9: text := '9'; //Nine
Huh -
SCAR Code:
unit WizzyPlugin_AquaPet;
and
SCAR Code:
package perspective;
*
* @author benland100
*)
-confused...- xD
Nice updates, looked at em all.