09.11.2020, 09:30
Yes, this will stop all running instances. If you want to get PIDs of a certain event script, you can use this script:
Code:
id = 123
pids = io.readproc('pgrep -f "scripting-event.lua ' .. id .. ' "')
log(pids)