From 83c1b9869303f88db0eafca1bd487437bf70bdec Mon Sep 17 00:00:00 2001 From: kalen Date: Wed, 9 Jul 2025 07:06:38 +0000 Subject: [PATCH] Update FIXING_SCRIPTS.md --- FIXING_SCRIPTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FIXING_SCRIPTS.md b/FIXING_SCRIPTS.md index 986c9b2..753ee2a 100644 --- a/FIXING_SCRIPTS.md +++ b/FIXING_SCRIPTS.md @@ -23,7 +23,7 @@ In order to make those changes without breaking things on the live server, you c } ``` **VERY IMPORTANT**: -- Code that is specific to NWN-EE should be enclosed in the `// #NWNEE-START#` and `// #NWNEE-END` tags **AND** it must be commented out so the 1.69 compiler ignores it. +- Code that is specific to NWN-EE should be enclosed in the `// #NWNEE-START#` and `// #NWNEE-END#` tags **AND** it must be commented out so the 1.69 compiler ignores it. - The 1.69 specific code should be enclosed in the `// #DIAMOND-START#` and `// #DIAMOND-END#` tags and should **NOT** be commented out so the 1.69 compiler can see it. The NWNEE compiler has been modified so it will comment out the code within the Diamond blocks, and uncomment the code within the NWNEE blocks.