BryceTheCoder Posted April 4, 2012 Share Posted April 4, 2012 Hey, i decided to fix some bugs in my script using OSI and it used to work but now i get this error: Error starting SMART, ensure the target page has an applet declaration What happened? or how do i fix then? Im importing these: [scar] {$DEFINE RS2} {$DEFINE OSI_Color_Anti_Randoms} {$DEFINE SMART} {.include OSI\OSI.scar} {.include OSI\RS2\Misc\DebugSMART.scar} [/scar] Quote Link to comment Share on other sites More sharing options...
Wanted Posted April 4, 2012 Share Posted April 4, 2012 Try changing SMART_Server [sCAR]begin SMART_Server := 10; SetUpOSI; end.[/sCAR] Quote Link to comment Share on other sites More sharing options...