PDA

View Full Version : Run a script in RS Official Client



Hitac
01-31-2015, 11:57 AM
How can i do it? I click on the green radar, choose the window, click start but it opens a srl client

Olly
01-31-2015, 12:04 PM
if you're lucky removing {$DEFINE SMART} at the top of the script will work for you. :)

Make sure you're in dx mode too.

Sajon
02-04-2015, 11:29 PM
nice i will try this as i always use the rs client thanks

Clarity
02-04-2015, 11:45 PM
If the script throws some SMART related errors, comment out any lines related to SMART and the script should run.

e.g. Unknown declaration "smartPlugins" or "smartImage" means that, because you took away {$DEFINE SMART}, it doesn't know what those are anymore.

Commenting out code removes it from the actual code, like so:


smartImage.drawText();
//smartImage.drawText(); commented out code