Alright, so, if anyone wants to take my spot, please do, I don't have an idea for a movie right now, so, plz take my spot by force and post an image.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
function repeatedly_execute()
{
//this will constantly run a check on a 40x20 rectangle area.
if (cEgo.x >= 50 && cEgo.x <= 90 && cEgo.y >= 100 && cEgo.y <= 120)
{
//do ur thing
}
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 1.198 seconds with 18 queries.