View Single Post
  #11  
Unread 09-26-2010, 06:58 PM
Olenn's Avatar
Olenn Olenn is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Posts: 47
Wow, thanks. The only thing left is where to put;

Code:
Turbine.PluginData.Save( Turbine.DataScope.Character, "Satchel", Data );
I know it goes in here somewhere;

Code:
	self.PositionChanged=function(sender,args)
		Data.x,Data.y=self:GetPosition()
	end
..and thanks for the help everyone, its much appreciated.

Last edited by Olenn : 09-26-2010 at 07:01 PM.
Reply With Quote