Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Falling on land when over trees - how to prevent?
#11
Code:
int Graviplant = 715;
    
object obj = radar(Graviplant);
    
if (distance2d(this.position, obj.position) <= 32)
{
    message("very close to graviplant");
}


Messages In This Thread
RE: Falling on land when over trees - how to prevent? - by melex750 - 03-18-2016, 07:38 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)