47 posts
Sweden
joined
#1
Need help!
Okey, I'v looked everywhere but I can't find this.
How do I make creatures respawn where thay stood before attacking player-units?
I know the trigger:
Unit dies
Owner = Neutral hostile
Create 1 unit of type dying unit at point of dying unit
I know all that. Though I don't know how to make it respawn on the spot it started on.
Please help

2,104 posts
The West Staines Massive
joined
#2
U need JASS for that.
If u do it with GUI u need position variables for every creep... (Before the creep attacks u set 'CreepPosition' = Position of .....
47 posts
Sweden
joined
#3
I'v heard that there is to be another way.
And also, I don't know how to use jass...
I read in another thread that one only needed two variables and one trigger. Though it was never explaind better than that.

2,104 posts
The West Staines Massive
joined
#4
U can make an position variable with array, and maybe for every creep make a different array number at map initilization
47 posts
Sweden
joined
#5
Okay. How do I do this? I think I have a hint about the basic, though I don't know how to get it all together.
47 posts
Sweden
joined
#6
I still need help! Someone? Please?
I really need an answer to this question. Otherwise my project will never be finnished.