- Joined
- Jun 26, 2020
- Messages
- 1,921
Hello, in my map I wanna disable the posibility share units between players, but I tried everything I could found in the forum but nothing worked, even tried this:
Alternatively, I could just get rid of the Allies button by accessing to its frame, but destroying it would be a bad idea, I could hide it, but the command (F11) still works, so I also need to disable it, but open and exit a menu like the quests menu enable it again, so what can I do?
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
Set VariableSet TempPlayer = (Picked player)
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
Player - For TempPlayer, turn Shared units Off toward (Picked player)
-
Player - For (Picked player), turn Shared units Off toward TempPlayer
-
Player - For TempPlayer, turn Full shared units Off toward (Picked player)
-
Player - For (Picked player), turn Full shared units Off toward TempPlayer
-
-
-
-
Alternatively, I could just get rid of the Allies button by accessing to its frame, but destroying it would be a bad idea, I could hide it, but the command (F11) still works, so I also need to disable it, but open and exit a menu like the quests menu enable it again, so what can I do?