What is the most efficient or optimized way to log a message? I want the log message to be able to be accessed by the player ingame too. I tried to check the past works regarding logs, but only skript's vanilla log is what i can see which saves the message effectively but i am not sure on how i can get this logged message to show up ingame using skript (be saved in a variable)
#Log System
1 messages · Page 1 of 1 (latest)
a var for every message? IMO thats a recipe for disaster. Best thing I can think of is writing (appending) it to a file
I will just log the in and out of an item in a shared chest, so perhaps my goal is to of course save a log in my file manager, then retrieve it ingame to show the first 10 logs (will do a pagination for this)
oh. I thought by "log a message" you meant chat messages
ahh no, it already has it's own thing for that XD
bump