Staredit Network

Staredit Network -> UMS Assistance -> Same Trigger Multiple Locations
Report, edit, etc...Posted by Knx. on 2006-10-13 at 13:05:39
I'm using starforge, but if anyone know a solution for any editor it will be welcome smile.gif

Theres 5 human players, each player have a location (SP1, SP2, SP3, SP4, SP5), and i will use the same trigger for everyone, but each player will use a different location. Is there a fast way to do it? Is there a way to incrase the number after the location? Or the only way is open 1 by 1 and edit?
Report, edit, etc...Posted by XGuy on 2006-10-13 at 13:15:41
Wait, I dont get it... I read it like 5 times. What kind of trigger do you want to make?

QUOTE
Is there a way to incrase the number after the location?


That part makes no sense

QUOTE
Or the only way is open 1 by 1 and edit?


Neither does that sad.gif
Report, edit, etc...Posted by Knx. on 2006-10-13 at 13:59:23
Player:
Player 1

Conditions:
Always.

Actions:
Kill all men at SP1.

---

Player:
Player 2

Conditions:
Always.

Actions:
Kill all men at SP2.

---

Player:
Player 3

Conditions:
Always.

Actions:
Kill all men at SP3.

...

See? The tiggers are always the same, but the location change... I want locations auto change. Or I will have to copy the trigger and edit and put a dif player and locations all the time...
Report, edit, etc...Posted by Ahli on 2006-10-13 at 15:03:29
I don't know how many hours in my life I already spend on copying triggers.....
a programm would be fine. =)
Report, edit, etc...Posted by Heimdal on 2006-10-13 at 15:32:08
If you can place some kind of marker for each player (like a spider mine, flag, etc) at the location that you want these locations to be at, then you only need one location and trigger:

Players:
All human players
Conditions:
Always
Actions:
Move location "L" to marker belonging to current player at anywhere
Kill all men at L for current player
Preserve trigger
Report, edit, etc...Posted by Oo.Insane.oO on 2006-10-13 at 16:11:20
QUOTE(Ahli @ Oct 13 2006, 02:03 PM)
I don't know how many hours in my life I already spend on copying triggers.....
a programm would be fine. =)
[right][snapback]576185[/snapback][/right]


this might help http://www.staredit.net/index.php?download=4086
Report, edit, etc...Posted by Mini Moose 2707 on 2006-10-13 at 16:24:47
SCMDraft, copy/paste as text and change numbers five times.
Report, edit, etc...Posted by Knx. on 2006-10-13 at 16:29:15
QUOTE(Lakai @ Oct 13 2006, 05:10 PM)
this might help http://www.staredit.net/index.php?download=4086
[right][snapback]576202[/snapback][/right]



I'm not sure but I think he didn't mean it.

Btw, do you know how to mass copy triggers ?
Report, edit, etc...Posted by fritfrat(U) on 2006-10-19 at 07:04:15
With 5 times it's not much of an issue at all... if they occur over and over, set up all the triggers you need for one player, copy it all into notepad, and do a replace all for player 2 and player 2's corresponding location, copy back, replace all for p3, etc.
Report, edit, etc...Posted by Knx. on 2006-10-19 at 07:10:07
Thanks for all help.
I did it 1 by 1 yawn.gif
Next Page (1)