-
Notifications
You must be signed in to change notification settings - Fork 739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interaction - Add remote squad management #10258
Conversation
I think |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could assignedTeam
returning ""
be problematic?
From what I can gather it seems like all functions in which it could be problematic have already have measures in place to deal with it.
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
https://community.bistudio.com/wiki/assignedTeam
But I think just getting "" should be ok |
class ACE_remoteTeamManagement { | ||
displayName = CSTRING(Squad); | ||
icon = QPATHTOF(UI\team\team_management_ca.paa); | ||
condition = QUOTE(GVAR(remoteTeamManagement)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this have (_unit == leader _unit)
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It probably should.
Idea from @Drofseh