lua-users home
lua-l archive

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


On Wed, 2 Mar 2005 02:18:26 -0300 (BRST), Tomas <tomas@ccpa.puc-rio.br> wrote:
> >               // push functions and arguments
> >               lua_getglobal(ScriptMgr->GetState(), "execute");
>        Your function wasn't called "Execute" instead of "execute"?
> Could it be the problem?
> 
>                Tomas
> 

That was it!  Oh wow do I feel stupid.... But thank you.  I changed
the case and it ran both scripts just fine.

Jason