[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lua_dofile
- From: "Jason Murdick" <osiris@...>
- Date: Wed, 3 Sep 2003 17:02:20 -0700
Hi,
Just started messing with LUA (version 4.0) as a way to script loading areas
into a mud I'm programming. I was wondering if there was a way to terminate
a process initiated by lua_dofile. For example, if the area fails to load
properly I may want to end its execution early. I have been unable to figure
out how to do this.
Perhaps I am missing something obvious? Any suggestions would be greatly
appreciated.
- Jason Murdick