- From this:
- [TestCategory]
- Yes, text.
- More text.
- Test text.
- [AnotherCategory]
- Yep. Text.
- To this:
- library TestLibrary initializer Init
- function Init takes nothing returns nothing
- call BJDebugMsg("Yes, text.")
- call BJDebugMsg("More text.")
- call BJDebugMsg("Test text.")
- call BJDebugMsg("Yep. Text.")
- endfunction
- endlibrary