Jump to content

aegisemonn

Trade With Caution
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

About aegisemonn

Profile Information

  • Gender
    Male

aegisemonn's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. So I am trying to walk to the bank with the preset VARROCK_WEST bank from the API ATM my code looks like: if (Banks.VARROCK_WEST.contains(myPlayer())){ desposit(); } else { localWalker.walk(Banks.VARROCK_WEST.???); } VARROCK_WEST is an PolygonArea but the walk method expects an Area.. Can anyone give me a hand ? Thanks
×
×
  • Create New...