Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Vrul
Forum: General Authoring Discussion 08-08-18, 04:28 PM
Replies: 11
Views: 7,517
Posted By Vrul
Here is a version that throttles the amount of...

Here is a version that throttles the amount of processing:

local FaithfulDeleteList = {
[ 1 ] = true, -- <unknown>
[ 9 ] = true, -- <unknown>
[ 2455 ] = true, -- Minor...
Forum: General Authoring Discussion 08-08-18, 10:53 AM
Replies: 11
Views: 7,517
Posted By Vrul
You are saving the itemID as a string and not a...

You are saving the itemID as a string and not a number so it will never match in your loop. This is why you should always post your entire code. When I get off work I'll post how to do it with a...
Forum: General Authoring Discussion 08-08-18, 09:25 AM
Replies: 11
Views: 7,517
Posted By Vrul
Is there a reason your FaithfulDeleteList is an...

Is there a reason your FaithfulDeleteList is an array and not a dictionary? Changing the way you store the info could cut out a lot of needless iterating.
Forum: General Authoring Discussion 08-08-18, 07:35 AM
Replies: 11
Views: 7,517
Posted By Vrul
ITEM_PUSH just lets the UI know to do the...

ITEM_PUSH just lets the UI know to do the animation of the item going into a bag. BAG_UPDATE is when the item has actually made it into the bag.
Showing results 1 to 4 of 4