Twin Posted February 18, 2015 Posted February 18, 2015 (edited) int wclvl = getDynamic(Skill.WOODCUTTING); is what I have, basically I need it to get the woodcutting level and have it return it so the script can determine what to cut. edit: forgot to have skills in front of get. int wcLvl = skills.getDynamic(Skill.WOODCUTTING); Edited February 18, 2015 by twin 763
Extreme Scripts Posted February 18, 2015 Posted February 18, 2015 int wclvl = getDynamic(Skill.WOODCUTTING); is what I have, basically I need it to get the woodcutting level and have it return it so the script can determine what to cut. int wcLvl = skills.getDynamic(Skill.WOODCUTTING);
Twin Posted February 18, 2015 Author Posted February 18, 2015 int wcLvl = skills.getDynamic(Skill.WOODCUTTING); knew it, im so dumb lol. Thanks for the reply