Update FIXING_SCRIPTS.md

This commit is contained in:
kalen 2025-07-09 07:06:38 +00:00
parent ab5d8a4771
commit 83c1b98693

View File

@ -23,7 +23,7 @@ In order to make those changes without breaking things on the live server, you c
} }
``` ```
**VERY IMPORTANT**: **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 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. 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.