lua-users home
lua-l archive

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


On Sun, May 23, 2010 at 5:27 PM, Mark Hamburg <mark@grubmah.com> wrote:
> Could one work around that with something like:
>
>        assert( mob:isalive(), "the mob {%1.name} must be alive", mob )

That's nice and clear, with relatively little magic - it's starting to
look like a Cosmo template.

steve d.