You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WARNINGS.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,6 +287,19 @@ This script doesn't implement the standardized Khajiit script, but does set the
287
287
### Contains unexpected line set T_Local_Khajiit to X
288
288
This script sets the variable to an unexpected value.
289
289
290
+
### Lacks a comment
291
+
`PlaceItem[Cell]`, `Position[Cell]`, `AiEscort[Cell]`, `AiTravel[Cell]`, and `AiFollow[Cell]` to places other than (0, 0, 0) require a comment explaining the destination.
292
+
This comment can include a marker ID (an ID containing `_MARK_`) if so, the marker needs to be a used NPC marker.
293
+
294
+
### Refers to marker which is not a book
295
+
No book matching the detected marker ID exists.
296
+
297
+
### Refers to book which is not a(n NPC) marker
298
+
A book matching the detected marker ID exists, but it's not using the correct mesh.
299
+
300
+
### Refers to marker which has no references
301
+
No instances of the detected marker exist in this file.
0 commit comments