Jump to content

Checking if my player is in area?


massih

Recommended Posts

 

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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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