OK, so I've got these included to use the woodcutting SRL
SCAR Code:program New;
{.include SRL/SRL.scar}
{.include SRL/SRL/skill/Woodcutting.scar}
and then in my main loop I set it up like the manual says
SCAR Code://main loop
begin
setupSRL;
setupSRLWoodCutting;
But I get an error saying setupSRLWoodCutting is an unknown identifier.




Reply With Quote
