
Originally Posted by
Rasta Magician
SMART now loads up with SetupSRL. This means that if you call SRL and then SetupSmartEx it will load smart twice.
~RM
Hyper: it's because SRL calls it every time you do SetupSRL;. This is because it chooses a random world if you haven't declared the consts:
SCAR Code:
Smart_Server := WorldNumber;
Smart_Members := False;
Smart_Signed := True;
Smart_SuperDetail := False;
To change that completely:
SCAR Code:
If SmartActive Then Exit;
Add that after line 121 in SRL.scar.