Staredit Network

Staredit Network -> UMS Assistance -> Can i get some help with this?
Report, edit, etc...Posted by Pie.CoM on 2006-12-13 at 17:45:58
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.
Report, edit, etc...Posted by NerdyTerdy on 2006-12-13 at 17:48:41
If you look at it while it's cloaking it crashes.
Report, edit, etc...Posted by R0y- on 2006-12-13 at 19:57:49
Solution: create a ling in a corner where people can't see; have the ling belong to p7 or whichever comp you want. Then move the zergling to where you want it to spawn and give it to the player you want it to belong to.
Report, edit, etc...Posted by Pie.CoM on 2006-12-14 at 08:14:49
Thankee smile.gif
Next Page (1)