Sanderling getting started

Hi,

Im new to Sanderling and wanted to try to code Trade bot.

I have some questions:

How do I open a blanc script to write in?

Is there a basic getting started tutorial on how to use Sanderling?

Like an overview of variables which I can use?

thanks

evebotmaker

How do I open a blanc script to write in?

To open a blanc script, just select all text (CTRL+A should do that) in the editor and delete it.

To save your script, drag a file from windows explorer onto the button labeled “write to file”.

Is there a basic getting started tutorial on how to use Sanderling?

Yes, you can find it at https://github.com/Arcitectus/Sanderling/wiki/Getting-Started

For writing scripts, see github.com/Arcitectus/Sanderling/wiki/Script-Engine

Like an overview of variables which I can use?

In the script, you can create any variables you want. In case you mean the data which comes from the memory reading see https://github.com/Arcitectus/Sanderling/wiki/Bot-API

There is also the source which shows you what data is generally available by memory reading, you can view it at https://github.com/Arcitectus/Sanderling/tree/master/src/Sanderling.Interface/Sanderling.Interface/MemoryStruct

And of course you can always ask here smile

1 Like

OK sweet

Ill give it try

Thank you for the fast response