Jump to content

Trying to use getDynamic(Skill.WOODCUTTING); but it's saying that it's undefined by type bf(my class)


Recommended Posts

Posted (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 by twin 763
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...