View Single Post
  #6  
Unread 07-11-2020, 12:28 PM
RingTailCat RingTailCat is offline
The Undefeated
 
Join Date: Jul 2020
Location: Calgary, Alberta
Posts: 6
You can write to the Script.log file in the Screenshots folder thusly:

Code:
Turbine.Engine.ScriptLog("My debug message here.")
Be aware that the Script.log file is overwritten when the LotroClient starts, and writes to it are delayed by a minute or so. You will need to

Code:
import "Turbine"
if that is not already in your Lua code.
Reply With Quote