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
If you have both the Script Editor and Log Viewer open at the same time, the output from one will often appear in the other's output box.
This isn't confirmed but it's likely the same issue can also occur with the Console's output box.
Cause
Most if not all of KenshiLua's in-game GUI's output boxes are built from the same MyGUI ResourceLayout, Kenshi_ScriptEditor_EditBox and they also use similar if not the same exact functions for amending text to their respective output boxes. The problem is most likely within the code that appends the the output text to the contents of the EditBox, somewhere in GuiManager.cpp, KenshiLua_ScriptEditor.cpp, or KenshiLua_LogViewer.cpp
Problem
Cause
GuiManager.cpp,KenshiLua_ScriptEditor.cpp, orKenshiLua_LogViewer.cpp