Update FIXING_SCRIPTS.md
This commit is contained in:
parent
ab5d8a4771
commit
83c1b98693
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user