Recent content by Deadly Paradox

  1. D

    External functions cause errors

    I'm trying to implement http://www.hiveworkshop.com/forums/jass-resources-412/system-missilerecycler-206086/]this[/url] library //! external ObjectMerger w3u ewsp dumi unam "Missile Dummy" ubui "" uhom 1 ucol 0.01 umvt "None" umvr 1.00 utar "" uspa "" umdl "war3mapImported\dummy.mdl" umxr 0.00...
  2. D

    Regions & Rects in GUI --> JASS

    I'm converting a trigger a friend made for teleporting "choosers" around the skill picking area. He used regions to detect when the choosers entered circles of power. It feels really clunky to use, though. Is there any better way? scope Movement initializer Init globals private...
  3. D

    Making neutral players' units behave as normal

    Is there a sure-fire way to make neutral players' units (Neutral Passive, Neutral Hostile, Neutral Extra, Neutral Victim) behave as normal players (no leash distance, don't run back randomly, etc.)? I know about the 999999999 leash range thing, but weird things still happen.
Top