Staredit Network

Staredit Network -> SCMDraft -> How can I make this unit?
Report, edit, etc...Posted by dare0021 on 2005-12-31 at 08:36:20
Im trying to make a unit that is invincible but targetable and disableable.
So I tryed this with the classic trrige edit.

All Players
Always
Set Sheild points for All Protos Archon owned by All Players at 'Anywhere' to -1%

Obviously to you, it wouldnt let me put a negative number in it.
So I tryed going to the other, rather buggy, trrige edit.
The one edited by strings.
I tried to make it so I had this.

Trigger("All players"){
Conditions:
Always();

Actions:
Modify Unit Shield Points("All players", "Protoss Archon", -1, 0, "Anywhere");
}

//-----------------------------------------------------------------//

And clicked Save...although I dont know if that matters...
But when I went back to it, it changed the -1 into 1.

So...someone help please?
Report, edit, etc...Posted by agamemnus on 2006-01-02 at 18:36:39
Trig edit simply compiles your trigger code into working triggers thus it can't go around the limits.. those being that you can't have negative shields.

Also you don't click save to compile the triggers, you click the check (that's compile).

One workaround is to set your unit attack points to 0..
Next Page (1)