View Single Post
  #1  
Unread 11-13-2010, 09:38 AM
Heta Heta is offline
The Undefeated
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Location: Germany
Posts: 8
Loading creates Error

Hi Guys,


Code:
BuffHelperSettings=Turbine.PluginData.Load( Turbine.DataScope.Character,"BuffHelper");

if ( type(BuffHelperSettings) ~= "table" ) 
then ........
creates the Error
Code:
Failed to resolve package "".

But all the Settings are loaded correctly.

What am I doing wrong?

Greetings
Reply With Quote