xegony42
Rich (BB code):
/if (${Select[${Me.Class.ShortName},WIZ,DRU]}) {
/call LoadIni General GroupEscapeOn int 0
} else {
/declare GroupEscapeOn int outer 0
}
is the code related to Succor on/off.
Best I can tell in the [General] section of KA's ini should be a Key called GroupEscapeOn= that stores an INT value. 0 for off, 1 for on.
Just guessing based on the code.