Im making a Any Tree cutter + Firemaker which cuts the logs then lights em.
But i want to do something which finds your wc level and if u had 1 wc lv, it will only cut one certain log like a normal log because thats the only thing it could cut. Any idea how i can tell the script your Wc lv.
Example i use:
SCAR Code:WoodcutLv := GetSkillLevel('woodcutting')
FiremakeLv := GetSkillLevel('firemaking')
WriteLn('Starting WC level: ' + IntToStr(WoodcutLv));
WriteLn('Starting FM level: ' + IntToStr(FiremakeLv));
To make it say it in the Debug.
Please help![]()






Reply With Quote
