[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Script load or execution error
- From: Jason Murdick <wjmurdick@...>
- Date: Wed, 2 Mar 2005 07:39:55 -0700
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