Staredit Network

Staredit Network -> UMS Assistance -> 200+ Triggers to be done.
Report, edit, etc...Posted by Staredit.Net Essence on 2005-04-20 at 19:55:29
Heres my healing trigger.

Conditions:
Bring(CurrentPlayer, AtLeast, 1, Men, bed);
Deaths(CurrentPlayer, Exactly, 1, Larva);
Accumulate(CurrentPlayer, AtLeast, 12, Ore);

Actions:
ModifyUnitHitPoints(1, Men, CurrentPlayer, bed, 1);
SetResources(CurrentPlayer, Subtract, 12, Ore);
Order(Men, CurrentPlayer, bed, Move, inside inn);
DisplayText("·HP Recovered!·", 4);
PlayWAV("sound\\terran\\medic\\tmedrest.wav");
Wait(200);
PreserveTrigger();
Comment("heal");

And the next trigger would only increase Ore by 2, HP% by 1 in actions.
The deaths in conditions would also increase as well as the accumulation condition.

Now what im asking is... Is anyone willing to do this trigger 100 times or is there an easier way to go through this entire process? A couple months ago i saw a topic
Kept_Wheat started and (U)Bolt_Head stated that he could have made a macro for
it. If i could get my hands on that macro thingy i could do it myself, otherwise, this
could take years.

[edit] I also need a level up trigger 1-100... ill post the exact trigger sometime later (havent got it worked out yet)
Report, edit, etc...Posted by Felagund on 2005-04-20 at 20:07:07
I'm doing roughly 4,000 triggers for one of my maps, so please don't complain. You'll get used to it after awhile, especially for such simplistic triggers. And years? I could probably do it in an hour or two.
Report, edit, etc...Posted by chuiu on 2005-04-20 at 21:04:40
I can do this easy using SCMDraft 2 and Textpad. Give me the program and I'll have it done in a matter of seconds.

ADDITION:
You better talk to me on AIM or something so I know exactly what you want to do also.

ADDITION:
Here they are, just open the map in the latest version of SCMDraft 2, paste the triggers in at the end, then compile them and save your map and test.

[attachmentid=8066]
Report, edit, etc...Posted by RexyRex on 2005-04-20 at 21:05:21
Die.
Die die die.
Editorist.

I can do it in a matter of milliseconds in my imagination Chu.

I'm so much better than you.
Report, edit, etc...Posted by (U)Bolt_Head on 2005-04-20 at 22:37:22
http://www.macros.com/
Next Page (1)