|
> >calling error() in the linehook is not aborting anything. > > The manual says so: > > A hook cannot call lua_error. Lua 4.0 (final) does not have this restriction. So you will "be able to abort a running script by some conditional code in a linehook function." -- Roberto