Recent content by Teelo

  1. T

    Whoa, Math is cool.

    # Set z = (Power(z, 2.00)) Shouldn't that be 0.5?
  2. T

    Whoa, Math is cool.

    So the angle is the distance of the hypotenuse of x,y squared then the real value used as an angle? Whats the pattern?
  3. T

    distance between 2 points

    Trigonometry. Distance = Square root((point2.x - point1.x)^2 + (point2.y - point1.y)^2)
  4. T

    Whoa, Math is cool.

    Uhh. Can you post a map with that code on it? Its annoying to recreate GUI :P EDIT: library circle initializer init globals real x = 0 real y = 0 real z = 0 location center_point trigger t = CreateTrigger() endglobals private function draw...
  5. T

    Removing Something

    Set its movement speed to zero.
  6. T

    Passive active?

    Have you tried Player - Enable / Disable ability Leave it disabled most of the time. When you trigger the ability, enable it, use it, disable it?
Top