Guest Apogee Posted April 15, 2014 Share Posted April 15, 2014 (edited) if Area(ACT_AREA).contains().client.getMyPlayer() { } That's just something i thought of and have been fiddling with trying to figure it out. It's in the API somewhere. Just unsure of where. Thanks Edited April 15, 2014 by Bitter Link to comment Share on other sites More sharing options...
Deffiliate Posted April 15, 2014 Share Posted April 15, 2014 if(ACT_AREA.contains(myPosition()) ){ Link to comment Share on other sites More sharing options...
Gilgad Posted April 15, 2014 Share Posted April 15, 2014 if(player.isInArea(AREA)) Link to comment Share on other sites More sharing options...
Brown Posted April 15, 2014 Share Posted April 15, 2014 (edited) if(ACT_AREA.contains(myPlayer())) Edited April 15, 2014 by Brown Link to comment Share on other sites More sharing options...