First of all ty for taking the time to help me out.
1. What do you use in the link? (very beginning of the program)
using BotSharp.ToScript.Extension;
using Parse = Sanderling.Parse;
using MemoryStruct = Sanderling.Interface.MemoryStruct;
Do I always just use these three? Also can I import other library’s?
3. Also why do we use var instead of int?
> 4. What is MemoryMeasurement in Sanderling. I see it used everywhere and seems to me it can be used to grab different variables from what the bot can see? (Need some explanation)
I think I found the answer to 4. The MemoryMeasurment is in the development tools and shows you all the windows open on your HUD? Wondering if that is correct.
Ty for taking the time to answer my questions. I’m looking forward to learning this code.