; Simple script to manipulate all group options, mostly for Looting Method. I included all others because, well, why not...
; Invoke Directly, or make a nice alias, or a MCP button, or just steal the two functional lines for your own scripts.
;
; Someone take my switch statement away, before I case again! 98% case statement, 2% code!
;
; Sample Alias's
; alias lol "runscript groupoptions.iss lol"
; alias nbg "runscript groupoptions.iss nbg"
;
; Will show the group dialog Once, to initilize the window. Otherwise nonfatal weird stuff happens (like unintentionally turning off autosplit coin)
; After that, opening the window is not necessary to change a setting.
; If you're on a wacky slow link or system, may need to increase the wait statement.
;
; Will accept multiple settings per invocation
;
; RunScript GroupOptions.iss LeaderOnly Legendary+ NoAutoSplit
; RunScript GroupOptions.iss FFA T+ AS
;
; But seriously, 99% of the time you can just steal the only two functional lines for your own code...
;
; Version 1.0 - uiyice
Edit: Really, this was supposed to go in the scripts subforum. I missed...
; Invoke Directly, or make a nice alias, or a MCP button, or just steal the two functional lines for your own scripts.
;
; Someone take my switch statement away, before I case again! 98% case statement, 2% code!
;
; Sample Alias's
; alias lol "runscript groupoptions.iss lol"
; alias nbg "runscript groupoptions.iss nbg"
;
; Will show the group dialog Once, to initilize the window. Otherwise nonfatal weird stuff happens (like unintentionally turning off autosplit coin)
; After that, opening the window is not necessary to change a setting.
; If you're on a wacky slow link or system, may need to increase the wait statement.
;
; Will accept multiple settings per invocation
;
; RunScript GroupOptions.iss LeaderOnly Legendary+ NoAutoSplit
; RunScript GroupOptions.iss FFA T+ AS
;
; But seriously, 99% of the time you can just steal the only two functional lines for your own code...
;
; Version 1.0 - uiyice
Edit: Really, this was supposed to go in the scripts subforum. I missed...
Attachments
-
5.3 KB Views: 302