Staredit Network

Staredit Network -> UMS Assistance -> Reallllly quick question
Report, edit, etc...Posted by greenreaper on 2006-04-20 at 02:12:39
Does "Current Player" used in a trigger apply to which player's trigger it is? (Example: Have 1 trigger for Players 1,2,3,4,5, then current player applies to players 1,2,3,4,5?)
Or.....is it just any player who satisfies the condition that "Current Player" was used in?
Report, edit, etc...Posted by Kenoli on 2006-04-20 at 02:27:12
If you assign a trigger to players 1, 2, and 3, you actually have 3 copies of that trigger and each of the players will run it individually.
When Player 1 runs the trigger the "current player" will be "Player 1", when Player 2 runs the trigger the current player will be Player 2, etc.

In short, current player is whoever's running the trigger.
Report, edit, etc...Posted by MindArchon on 2006-04-20 at 02:40:57
On a sidenote, setting the trigger to execute for the player group "Current Player" (through Starforge/SCMDraft), will not work. Only setting it to execute for Players 1-8, Forces 1-4, and All Players will work.
Report, edit, etc...Posted by Kupo on 2006-04-20 at 03:39:12
QUOTE(MindArchon @ Apr 19 2006, 10:40 PM)
On a sidenote, setting the trigger to execute for the player group "Current Player" (through Starforge/SCMDraft), will not work. Only setting it to execute for Players 1-8, Forces 1-4, and All Players will work.
[right][snapback]469020[/snapback][/right]

How'd you get that theory, current player works fine for players 1-8.
Report, edit, etc...Posted by Kenoli on 2006-04-20 at 10:30:13
MindArchon is referring to this:
user posted image
Report, edit, etc...Posted by JaFF on 2006-04-20 at 11:07:36
what for is Current Player there ? what will it do ?
Report, edit, etc...Posted by dumbducky on 2006-04-20 at 18:31:20
It saves alot of triggers. You could do

----
p1 brings 1 unit to location A

create marine at location b for player 1
----
p2 brings 1 unit to location A

create marine at location B for p2
---

or you could do

---
if current player brings 1 unit to location A

Create marine at location B
---

Thats how it works.
Report, edit, etc...Posted by destroyer1 on 2006-04-20 at 19:29:09
Current player...thats pretty much self explanatory.
Next Page (1)