Hallo,
at the beginning of the map i will creat a Playergroup called "Admins"
But i cant find a command to check if a Player is in a Group.
If i choose "Player Comparison" there is no option to check pick a specific Player (for an while if loop) or check if Player is in Group.
Thanks
JP
at the beginning of the map i will creat a Playergroup called "Admins"
-
Admin Gruppe erstellen Hive
-
Ereignisse
-
Map initialization
-
-
Bedingungen
-
Aktionen
-
For each (Integer A) from 1 to 18, do (Actions)
-
Schleifen - Aktionen
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
'IF'-Bedingungen
-
Or - Any (Conditions) are true
-
Bedingungen
-
(Name of (Player((Integer A)))) Gleich WorldEdit
-
(Name of (Player((Integer A)))) Gleich Mr. X
-
-
-
-
'THEN'-Aktionen
-
Spielergruppe - Add (Player((Integer A))) to Admins
-
-
'ELSE'-Aktionen
-
-
-
-
-
But i cant find a command to check if a Player is in a Group.
If i choose "Player Comparison" there is no option to check pick a specific Player (for an while if loop) or check if Player is in Group.
Thanks
JP