lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



Håkon Evensen wrote:
I want to execute a script but i dont want to leave the entire control of the host thread in the hands of the script. is it possible to set a line hook and break further execution from there?

It's messy and I wouldn't do it, but where there is a will there is a way. Here are some references:

http://lua-users.org/lists/lua-l/2003-04/msg00262.html

http://lua-users.org/lists/lua-l/2003-04/msg00249.html