File Details
SpeakinSpell Reeee 2.0.8.zip
- R
- May 18, 2026
- 740.15 KB
- 32
- 12.0.7+3
- Retail
File Name
SpeakinSpell Reeee 2.0.8.zip
Supported Versions
- 12.0.7
- 12.0.5
- 12.0.1
- 12.0.0
Complete: 2.0.8 Kutjara.Wiya.Aiti
[GUI] currentmessages.lua — Speech Deletion Safety
[x]TODO(02_high-gui-bug-competent+lua): FixCurrentMessagesGUI_OnDeleteSpeechusingMessages[index] = nilfollowed byStringArray_Compress. Setting a table entry to nil creates a hole; Lua's#operator is undefined on holey arrays andStringArray_Compressmay truncate early as a result, silently discarding all speeches below the deleted index. Replaced withtable.remove(EventTableEntry.Messages, index)which removes the entry and shifts subsequent entries down correctly.[x]TODO(02_high-gui-ux-competent+lua): Add per-speech deletion confirmation guard toCreateGUI_CurrentMessagesGUIincurrentmessages.lua. AddedConfirmDeletetoggle (checked/locked by default) alongside each speech'sDeletebutton.Deleteis hidden untilConfirmDeleteis unchecked; re-locks automatically after deletion fires and on event switch via reset inCurrentMessagesGUI_ValidateSelectedEvent. Backed byIsDeleteUnlocked/SetDeleteUnlockedhelpers againstRuntimeData.OptionsGUIStates.MessageSettings .DeleteUnlocked— runtime only, not persisted. Locale key forConfirmDeletename field pending; currently borrowingL["Read-Only"]as placeholder.

