- Joined
- Mar 16, 2008
- Messages
- 954
is there a way to get player in a group? that's how i have current victory triggers set up is by player group. Also, I can't figure out what type of variable MMD_FLAG_LOSER is. Any help or guidance would be appreciated. Is there such a jass command to say "GetPlayersInGroup" ?
Question: how do i edit the above jass code to flag players in a player group? i.e.:
Resource I am referring to
EDIT: I think this might work???
-
call MMD_FlagPlayer (GetTriggerPlayer (), MMD_FLAG_LOSER)
Question: how do i edit the above jass code to flag players in a player group? i.e.:
-
Player Group - Pick every player in Losing_Group_Var and do (Game - Defeat (Picked player) with the message: ...)
Resource I am referring to
EDIT: I think this might work???
-
Player Group - Pick every player in Losing_Group_Var and do (Custom script: call MMD_FlagPlayer (GetTriggerPlayer (), MMD_FLAG_LOSER))
Last edited: