Okay, I looked at the tutorials database and saw the invisible unit thing. I used that on my zergling, but when I tried to create a respawn for it it wouldnt work(crash).
Here's what my invisible ling starts off like:
CODE
Conditions:
always();
CODE
actions:
CreateUnit(1,zergling,resp,p1);
setdoodadstate(disable,zergling,resp,p1);
wait(100);
setdoodadstate(enable,zergling,resp,p1);
wait(100);
setdoodadstate(enable,zergling,resp,p1);
wait(100);
order(zergling,p1,move,resp);
centerview(resp);
comment("create ling");
I trashed my respawn trig, so yeah..
If anyone can help me out on this matter it would be greatly appreciated.