
Originally Posted by
buggyboy33
I'm trying to use Shuttleu's yew cutter & bank and i'm not sure if its an old script or not but it keeps failing when compiling and shows this error:
Include file C:\Program Files\SCAR 3.15\includes\SRLSRL.scar does not exist.
Include file C:\Program Files\SCAR 3.15\includes\SRLSRLskillWoodCutting.scar does not exist.
Failed when compiling
~any help would be great thx!
Change the include lines to:
SCAR Code:
{.include SRL/srl.scar}
{.include SRL/SRL/skill/woodcutting.scar}
Tniffoc