Jump to content

Auto Copy Warframe Colors


Mattdog_222
 Share

Recommended Posts

So I have no clue how any coding works and this wouldn't include the GUI coding (picture of it though below) for the option but this is kind of a rough outline of how it could possibly work (obviously with someone who knows how to code to fix it)

Rule: Primary ACWC
    Event: Ongoing - Each Player
Conditions:
    Event_Player='Switched_Frames'
    'auto_copy_warframe_colors'(@class='primary')=true
Actions:
    weapon(class='primary')=copy_warframe_colors
Rule: Secondary ACWC
    Event: Ongoing - Each Player
Conditions:
    Event_Player='Switched_Frames'
    'auto_copy_warframe_colors'(@class='secondary')=true
Actions:
    weapon(class='secondary')=copy_warframe_colors
Rule: Melee ACWC
    Event: Ongoing - Each Player
Conditions:
    Event_Player='Switched_Frames'
    'auto_copy_warframe_colors'(@class='melee')=true
Actions:
    weapon(class='melee')=copy_warframe_colors
Rule: Companion ACWC
    Event: Ongoing - Each Player
Conditions:
    Event_Player='Switched_Frames'
    'auto_copy_warframe_colors'(@class='companion')=true
    companion=/='kubrow'
    companion=/='kavat'
Actions:
    companion=copy_warframe_colors

Where when you change frames it then also checks to see which auto copies are set to true, and then executes a copy warframe color command onto that/those specific slot(s).
This is how the gui with the toggle switch would look for it theoretically:

jBN0Bf6.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...