ABOOD221 1 Share Posted December 14, 2020 HI, I WANT TO CHECK IF MY CHARACTER IN LOCATION ,HOW CAN I GET MY CHARACTER LOCATION? Link to comment Share on other sites More sharing options...
sl1nky 2 Share Posted December 14, 2020 (edited) getLocalPlayer().getTile() In example: if (location.contains(getLocalPlayer())) { // do something } Edited December 14, 2020 by sl1nky Link to comment Share on other sites More sharing options...
TheCloakdOne 389 Share Posted December 14, 2020 For DB3 Players.localPlayer() should be used instead Link to comment Share on other sites More sharing options...
ABOOD221 1 Author Share Posted December 14, 2020 thnx! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now