View Single Post
  #15  
Unread 11-16-2011, 02:20 AM
Equendil Equendil is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2011
Posts: 52
Quote:
Originally Posted by Queekusme
so... how do i sort this? I've never done this before and so have no clue what i'm doing really.
Move that stuff:

Code:
shortcut1 = quickslot1:GetShortcut();
	local type1 = shortcut1:GetType();
	local data1 = shortcut1:GetData();
to where you save the data.
__________________
Author of LIP, Bootstrap and Baruk
Reply With Quote