Skip to content

docs: LavishScript string comparisons are case-insensitive (not case-sensitive)#1

Open
Kannkor wants to merge 1 commit into
isxGames:mainfrom
Kannkor:ogre-docs-corrections
Open

docs: LavishScript string comparisons are case-insensitive (not case-sensitive)#1
Kannkor wants to merge 1 commit into
isxGames:mainfrom
Kannkor:ogre-docs-corrections

Conversation

@Kannkor

@Kannkor Kannkor commented Jun 20, 2026

Copy link
Copy Markdown

The guide described LavishScript string comparisons as case-sensitive. In practice .Equal / .NotEqual / .Find / .Compare are case-insensitive; the case-sensitive variants are .EqualCS / .NotEqualCS / .CompareCS (there is no .FindCS). This corrects that across the guide.

It also clarifies that ExactName-style string-parameter lookups (e.g. Inventory[ExactName,...]) are a separate, genuinely case-sensitive mechanism -- not a .Equal comparison -- so the two are no longer conflated.

Verified against live ISXEQ2 behaviour.

Files:

  • 00_MASTER_GUIDE.md
  • 01_LavishScript_Fundamentals.md
  • 01b_LavishScript_Reference.md
  • 02_Quick_Start_Guide.md
  • 20_Debugging_And_Troubleshooting.md

…he guide)

The guide described LavishScript string comparisons as case-sensitive. In
practice .Equal / .NotEqual / .Find / .Compare are case-INsensitive; the
case-sensitive variants are .EqualCS / .NotEqualCS / .CompareCS (there is no
.FindCS). Corrected across the guide.

Also clarifies that ExactName-style string-parameter lookups (e.g.
Inventory[ExactName,...]) are a separate, genuinely case-sensitive mechanism -
not a .Equal comparison - so the two are no longer conflated.

Files: 00_MASTER_GUIDE, 01_LavishScript_Fundamentals, 01b_LavishScript_Reference,
02_Quick_Start_Guide, 20_Debugging_And_Troubleshooting.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant