lua-users home
lua-l archive

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


>Plus, the debug library can do wacky things with local variables, upvalues
>and 
>function call stacks, which basically allow you to do a complete end run 
>around all the sandboxing everyone else is discussing... not fun!

Right. My concern is PC security. Sandboxing (and scheduling) scripts
in-game is a different can of worms which I don't need to tackle.

Thanks to all of you for your clever ideas!

-Erik