Jump to content

Checking if my player is in area?


Recommended Posts

Posted

 

How do I check if my player is in a area?

 

like this?

			if (!WEBAREA.contains(players.myPosition()){
				
			}

 

 

The best way to learn is to find out for yourself. Run that code and inside of it put a log, "In area"

If it logs then you know that is how to do it. Seeing and finding out how to do things yourself will make a much larger impact and improved impression in your memory than if someone just tells you.

Posted

The best way to learn is to find out for yourself. Run that code and inside of it put a log, "In area"

If it logs then you know that is how to do it. Seeing and finding out how to do things yourself will make a much larger impact and improved impression in your memory than if someone just tells you.

on top of that if using logs get tiring and annoying you can use onPaint to display results. IF you are like me, i like to see it

  • Like 2
Posted

The best way to learn is to find out for yourself. Run that code and inside of it put a log, "In area"

If it logs then you know that is how to do it. Seeing and finding out how to do things yourself will make a much larger impact and improved impression in your memory than if someone just tells you.

 

If he doesn't have much experience, though, reading the api might be an issue. Sometimes little kickstarts like that can lead to the whole engine being turned on. (awful analogy I know)

 

  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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