lua-users home
lua-l archive

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


> 		// push functions and arguments
> 		lua_getglobal(ScriptMgr->GetState(), "execute");
	Your function wasn't called "Execute" instead of "execute"?
Could it be the problem?

		Tomas