The EMC plugin is an optional suggestion for Frostcrag Reborn (and available separately at the usual places). It does not appear to me that the author is active anymore.




registerLog "Temp Log" 1 ; registers a log called Temp Log and sets it as the default output streamscribe "Test Dump|Script" 1 ; should go to a log in the PerScript folderscribe "Test Dump|" 1 ; should go to the Temp Log in the PerMod folderscribe "Test Dump|Temp Log" 1 ; same as aboveThe readMe should have more info on the various log modes used by the console log.


 a2a 1.0 is in fact completed and in testing. You may try it out by joining the TESAlliance's Beta Tester's guild. In all frankness, I'd appreciate it if you did as it's been sitting there for months now. Some more feedback and I can probably release it.
 a2a 1.0 is in fact completed and in testing. You may try it out by joining the TESAlliance's Beta Tester's guild. In all frankness, I'd appreciate it if you did as it's been sitting there for months now. Some more feedback and I can probably release it.
registerLog "Temp Log" 1 ; registers a log called Temp Log and sets it as the default output streamscribe "Test Dump|Script" 1 ; should go to a log in the PerScript folderscribe "Test Dump|" 1 ; should go to the Temp Log in the PerMod folderscribe "Test Dump|Temp Log" 1 ; same as aboveThe readMe should have more info on the various log modes used by the console log.



 
												

 
												





 [/edit]
 [/edit]												

 [/edit]
 [/edit]
 
												
RegisterLog "DarN Config - Settings", 1 unRegisterLog "*.*", 1, 1 RegisterLog "DarN Config - Settings", 1 ;I want to use the log afterwards

RegisterLog "DarN Config - Settings", 1 unRegisterLog "*.*", 1, 1 RegisterLog "DarN Config - Settings", 1 ;I want to use the log afterwards

RegisterLog "DarN Config - Settings" ;Scribe "TESTING LOGS" let arDump := ReadFromLog "DarN Config - Settings" unRegisterLog "DarN Config - Settings" RegisterLog "DarN Config - Settings", 1 Scribe "DELETING" unRegisterLog "DarN Config - Settings", 1, 1 RegisterLog "DarN Config - Settings", 1 Scribe "DELETED"

