260430 school

main
UC-PC-DEV 1 week ago
parent a665ca6fd0
commit b70dc1cb0c
  1. BIN
      260429-GrayScale.toe
  2. 2
      keyword_process.py

Binary file not shown.

@ -45,7 +45,7 @@ def onCook(scriptOp: scriptDAT):
# If this row matches our selection ID (offset by 1 as per original logic)
if i == select_id + 1 and select_id!= -1:
display_text = f"[{trimmed_text}]"
display_text = f"({trimmed_text})"
else:
display_text = trimmed_text

Loading…
Cancel
Save