Alright, so for the past week or so I haven't been able to run any scripts which call for AeroLib and Reflection (perhaps this is the wrong place to be posting this, however the problem seems to be with how each script loads "Reflection/lib/misc.simba". It seems to be that the problem occurs when loading prosocks.simba after calling
"{$IFNDEF Aerolib}
{$include Reflection/lib/misc/prosocks.simba}
{$ENDIF}
"
The error line states,
"Error: Unknown declaration "SSLSocket" at line 83
Compiling failed."
I have tried everything. I've updated prosocks, tried older versions of prosocks, tried removing the line that calls for prosocks in misc, updated Reflection, reinstalled reflection and AeroLib to no avail. Save me from my misery, I beg of you.