Thread: My DtS/MoT mod
View Single Post
  #11  
Old 12-27-2008, 08:13 PM
AHO's Avatar
AHO AHO is offline
Approved Member
 
Join Date: Aug 2008
Location: Germany
Posts: 538
Default

Quote:
Originally Posted by forlik View Post
Thanks, but my work isn't finished. Still a lot of graphical problems. And I'll try to fix them.
I know, but I believe in you


Quote:
Originally Posted by forlik View Post
Ok, I'll try to investigate this, thanks.
Example from the rasplata.lua
-- patch
local backpack = Level.FindContainer();
if (backpack != nil) then
Level.EnableItemPickup(backpack, true);
end
Reply With Quote