Marton Horvath - 2019-07-02

Hi guys,

I am not much of a coder, so my questions are simple, and there are 2 of them:
1: i'd like to know if there is a way in tf to log a certain string into a log file straight away. Basically i'd like to log any messages while i'm not at the pc

2: Since my tf was upgraded to 5.0, i can't make ; to act as a separator. I'd like to be able to simply separate several commands with ; and execute them in order. The following used to work in 4.0:

/def -i -mregexp -ag -h'redef'
/def -i sc = \
/toggle semicolon%;\
/if (semicolon) \
/def -mregexp -p2 -h'send ;' semicolon_hook = %%PL%;%%PR%;\
/echo -ahu %% Bazzer, pontosvesszo belove.%;\
/else \
/purge -mregexp -p2 -h'send ;'%;\
/echo -ahu %% Bazzer, pontosvesszo kilove.%;\
/endif

Thanks!