Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- LIB(system)
- function(RunLuaString)
- lua->RunLuaString(lua_tostring(L, -1));
- return 0;
- end
- function(RunLuaFile)
- lua->RunLuaFile(lua_tostring(L, -1));
- return 0;
- end
- // i want to eliminate this somehow
- START
- REG(RunLuaString);
- REG(RunLuaFile);
- END
Advertisement
Add Comment
Please, Sign In to add comment