Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Jan 2014
    Posts
    77
    Reputation
    11
    Rep Power
    21

    getsetting() // toggle()

    How can I use this for Persistent Hotkeys?? Like this? getsetting(Scipter/Persistent/xx/Enabled) ??????

    And same with toggle()

    thx in advance
    Never argue with idiots, they drag you down to their level and beat you with experience.

  2. #2
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    29
    getsetting('Persistent/Scripts/{{HOTKEY NAME}}/Enabled')
    setsetting('Persistent/Scripts/{{HOTKEY NAME}}/Enabled', 'yes')
    setsetting('Persistent/Scripts/{{HOTKEY NAME}}/Enabled', 'no')
    toggle('Persistent/Scripts/{{HOTKEY NAME}}/Enabled')

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •