• 0

    posted a message on [Contest] Unit Spells

    So I spent a great deal of time today working on an old classic: Magic Missile!

    The only trigger involved is using a key to fire it off. I even show how overpowered it could be with no cooldown. :P I'll likely continue to play with the movers, but I am moving on for now!

    Embed Removed: https://www.youtube.com/v/MCOZOnDSGxE?fs=1
    Posted in: Project Workplace
  • 0

    posted a message on Worried about lag online: timers

    Why is it that WASD lags exactly?  Is it the timers required?  Or something else?  And what else would that apply to?

    Posted in: Miscellaneous Development
  • 0

    posted a message on Editor Question (Copy abilities)

    If you just want to copy the one thing, do not tick ANY of the boxes.  This way, your copied ability will still be pointing to all of the old, default actors, etc.  You can still go back and copy anything you need to edit later.  

    Ticking all the boxes makes a copy of everything, forcing you to go through and choose what to link up again.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Enter range on unit trigger, help!

    I don't think that works either, Quickshot.  

    I wanted to do something similar to this (but leaving a range instead of entering) and tried everything from leaving region/leaving distance to behaviors before settling on checking the distance every time a unit is issued a move order.  That's a whole lot of excess of checking... works, though.

    Posted in: Miscellaneous Development
  • 0

    posted a message on get "the other" triggering unit

    This was the first thing that came to mind that could work for you.  

    Local Variables
            Pool = No Unit <Unit>

    Actions
            Variable - Set Pool = (Closest unit to (Position of (Triggering unit)) in (*Unit Type of the Pools* units in (Entire map) owned by player Any Player matching No Unit Filter, with at most Any Amount))

    Then your variable "Pool" would be the nearest pool to your triggering unit, presumably the one involved in getting the trigger to fire.

    Posted in: Miscellaneous Development
  • To post a comment, please or register a new account.