Staredit Network > Forums > SC2 Assistance > Topic: [Solved] Sharing Unit from Different Players
[Solved] Sharing Unit from Different Players
This topic is locked. You can no longer write replies here.
Dec 3 2010, 5:11 am
By: payne  

Dec 3 2010, 5:11 am payne Post #1

:payne:

I'd like to be able to detect which player is missing (or has quit), and make his Hero unit (he has only 1) shared with all players, yet still detecting this Hero as being owned by this missing player. :O

EDIT: And while we're at it, what's wrong with this trigger? It gives me an error related to the event (something like 'EventDialog')?
http://vgshorts.com/BBCode/BBCode3.php?ID=221



None.

Dec 3 2010, 5:43 am NicholasBeige Post #2



I thought you were good with triggers? LOL!

The error message tells you, in plain english what was wrong with it... You are using an event-dialog, where non exists.

Dialog - Disable (Used dialog item) for (Player group((Triggering player)))


as for the detection of the player leaving and blah blah i don't know...



None.

Dec 3 2010, 5:59 am payne Post #3

:payne:

Quote from name:Cardinal
I thought you were good with triggers? LOL!

The error message tells you, in plain english what was wrong with it... You are using an event-dialog, where non exists.

Dialog - Disable (Used dialog item) for (Player group((Triggering player)))


as for the detection of the player leaving and blah blah i don't know...
LOL! Fail from me. I copy-pasted the trigger from elsewhere... didn't look carefully. :><:

Anyways, still needing help for the main problem about sharing units, guys! :teehee:



None.

Dec 3 2010, 6:39 am Roy Post #4

An artist's depiction of an Extended Unit Death

PlayerLeaves
    Events
        Player - Player Any Player leaves the game with Any
    Local Variables
    Conditions
    Actions
        Player Group - Pick each player in (All players) and do (Actions)
            Actions
                Player - Turn player (Triggering player) Shared Control On towards player (Picked player)

Tada?

Edit: I might have (Triggering player) and (Picked player) backwards; the wording is ambiguous and the description does not provide clarity. If it seems to do nothing, switch the two players and see if it works.




Dec 3 2010, 6:59 am payne Post #5

:payne:

Okay, thanks. Now, what about if the player just isn't there from the very start of the game? :/
(I guess it's an easy one, but my brain is off and it's 2 AM.)



None.

Dec 3 2010, 3:01 pm Roy Post #6

An artist's depiction of an Extended Unit Death

It's a little trickier, because there is no "Inactive Players" group; you have to make it yourself. And then you have two pick loops for active and inactive players, which means you need to use a variable on the outer loop to hold the first player group.

Initialization
    Events
        Game - Map initialization
    Local Variables
        ActivePlayer = 0 <Integer>
        InactivePlayers = (Empty player group) <Player Group>
    Conditions
    Actions
        Player Group - Pick each player in (All players) and do (Actions)
            Actions
                General - If (Conditions) then do (Actions) else do (Actions)
                    If
                        (Status of player (Picked player)) != Playing
                    Then
                        Player Group - Add player (Picked player) to InactivePlayers
                    Else
        Player Group - Pick each player in (Active Players) and do (Actions)
            Actions
                Variable - Set ActivePlayer = (Picked player)
                Player Group - Pick each player in InactivePlayers and do (Actions)
                    Actions
                        Player - Turn player ActivePlayer Shared Control On towards player (Picked player)

Again, you might have to swap "ActivePlayer" and "(Picked player)" on the last line there; I can't test this code in a solo game.

Also, I'm not sure if SCII removes all inactive players' units automatically from the start of the game, but be aware that empty slots may have some differing functionality on map initialization.




Dec 3 2010, 7:27 pm payne Post #7

:payne:

Thanks.
For information: " Player - Turn player ActivePlayer Shared Control On towards player (Picked player)" was the proper syntax. :)



None.

Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[06:51 pm]
Vrael -- It is, and I could definitely use a company with a commitment to flexibility, quality, and customer satisfaction to provide effective solutions to dampness and humidity in my urban environment.
[06:50 pm]
NudeRaider -- Vrael
Vrael shouted: Idk, I was looking more for a dehumidifer company which maybe stands out as a beacon of relief amidst damp and unpredictable climates of bustling metropolises. Not sure Amazon qualifies
sounds like moisture control is often a pressing concern in your city
[06:50 pm]
Vrael -- Maybe here on the StarEdit Network I could look through the Forums for some Introductions to people who care about the Topics of Dehumidifiers and Carpet Cleaning?
[06:49 pm]
Vrael -- Perhaps even here I on the StarEdit Network I could look for some Introductions.
[06:48 pm]
Vrael -- On this Topic, I could definitely use some Introductions.
[06:48 pm]
Vrael -- Perhaps that utilizes cutting-edge technology and eco-friendly cleaning products?
[06:47 pm]
Vrael -- Do you know anyone with a deep understanding of the unique characteristics of your carpets, ensuring they receive the specialized care they deserve?
[06:45 pm]
NudeRaider -- Vrael
Vrael shouted: I've also recently becoming interested in Carpet Cleaning, but I'd like to find someone with a reputation for unparalleled quality and attention to detail.
beats me, but I'd make sure to pick the epitome of excellence and nothing less.
[06:41 pm]
Vrael -- It seems like I may need Introductions to multiple companies for the Topics that I care deeply about, even as early as Today, 6:03 am.
[06:38 pm]
Vrael -- I need a go-to solution and someone who understands that Carpets are more than just decorative elements in my home.
Please log in to shout.


Members Online: Zergy