17.03.2018, 12:03
Script 1
Script event '1/0/0'
Script event '1/0/1'
What I do:
Run Script 1.
What I see in log: (first script running only)
string '1/0/0'
What should be in log: (all scripts running)
string '1/0/0'
string '1/0/1'
Code:
grp.write('1/0/0', true)
grp.write('1/0/1', true)
Script event '1/0/0'
Code:
log('1/0/0')
Script event '1/0/1'
Code:
log('1/0/1')
What I do:
Run Script 1.
What I see in log: (first script running only)
string '1/0/0'
What should be in log: (all scripts running)
string '1/0/0'
string '1/0/1'