excalibr23 / MSys

Starwraith System for Nexus
1 stars 0 forks source link

Populate Interrupt from Array #11

Open DmitriTheDemon opened 5 years ago

DmitriTheDemon commented 5 years ago

Within a script task having an array populated with a list of strings will be easier to manage than the current massive regex string. Using a loop over the array the regex can be constructed dynamically on load before being assigned to the trigger text.

Where appropriate anchors for the beginning of the string should be employed (^). Highlighting with a suitable color for the whole line would also be ideal to let the user know an interruptible attack has been used.