HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

That silly uproot

07-12-2004, 11:52 PM#1
Panto
Greetings.

What's wrong here?:
Code:
uproot death
    Events
        Unit - A unit Is issued an order with no target
        Unit - A unit Is issued an order targeting a point
        Unit - A unit Is issued an order targeting an object
    Conditions
        (Issued order) Equal to (Order(uproot))
        (Unit-type of (Ordered unit)) Equal to Uprooter
    Actions
        Unit - Kill (Ordered unit)
        Unit - Remove (Ordered unit) from the game
The order for the process of uprooting is, in fact, "uproot". However, this trigger has yet to fire.
07-12-2004, 11:59 PM#2
th15
[i]Edit:]/i]
You're going to kick yourself in the nuts, but the ordercode for uprooting is, in fact, unroot.
07-13-2004, 12:33 AM#3
Panto
*nuts kicked*

Thanks.