A SMALL tigger help, just a quick reply please...

Status
Not open for further replies.
Level 3
Joined
Jun 16, 2004
Messages
36
I am having problem with something REALLY small, but i cant get it anymore!

I had it once, but my map scrwed up and i lost it, but i cant do it again!

My idea is a spell that gives a player an Item, then the idem makes a unit in the target it selects. Like for example...

A Spell called Barrecade, and when i use it, i get the item, and then i have 3 chareges, each time I can select the ground and it makes it there. But it is also facing the way my Hero is facing.

Hope its easy...i did it befor... im really mad that i cant do it now!!!
 
For the item creation part:
Code:
Untitled Trigger 001
    Events
        Unit - A unit Begins casting an ability
    Conditions
        (Ability being cast) Equal to Animate Dead
    Actions
        Hero - Create Tome of Experience and give it to (Triggering unit)
        Item - Set charges remaining in (Last created item) to 3
And the barricade casting part:
Code:
Untitled Trigger 002
    Events
        Unit - A unit Begins casting an ability
    Conditions
        (Ability being cast) Equal to Animate Dead
    Actions
        Unit - Create 1 Footman for Player 1 (Red) at (Target point of ability being cast) facing (Facing of (Casting unit)) degrees
 
Status
Not open for further replies.
Back
Top