promotional bannermobile promotional banner

GSE: Sequences, Variables, Macros

GSE is an advanced macro compiler that is an alternative to the limits provided by the default macro editor.

File Details

3.3.07-1

  • R
  • Mar 21, 2026
  • 1003.18 KB
  • 3.2K
  • 12.0.1+5
  • Retail + 3

File Name

GSE-3.3.07-1.zip

Supported Versions

  • 12.0.1
  • 11.0.5
  • 11.0.2
  • 5.5.3
  • 2.5.5
  • 1.15.8

GSE

3.3.07-1 (2026-03-21)

Full Changelog Previous Releases

  • Fix collection import dropping all but one sequence
    When importing a COLLECTION, ImportSerialisedSequence was called in a
    synchronous loop for each item. Any item that triggered a StaticPopup
    (checksum warning or older-version dialog) called StaticPopup_Show and
    returned early. Because all items share the same dialog name and popup
    slot, each call clobbered the previous item's data, leaving only the
    last item's popup visible. The user would click Proceed and only that
    one sequence would import; all others were silently dropped.
    Fix: add a skipDialogs flag (set to true for all recursive calls from
    the COLLECTION handler). When set, version-mismatch sequences log a
    chat message and proceed rather than blocking on a popup. Checksum
    warnings are similarly bypassed. Hard incompatibility (GSEVersion <=
    3200) still prints and skips the sequence as before.
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com