View Single Post
  #4  
Old 02-26-2012, 06:45 PM
jamitsu89 jamitsu89 is offline
Registered User
Join Date: Jun 2011
Posts: 27
jamitsu89 is an unknown quantity at this point
It's for a loot system.

My thoughts went down the road of, well I could cache all the information within the NPC that is being looted and then display in the loot menu when clicked, but I then thought, why would I need to do that for everything when it's far easier just to have all of it stored somewhere on the Client so every script can always access it without doing it first within the script itself.

Cheers for the input though. I'll most likely retrieve the data on login and have it stored within a weapon, this.[itemname] = [restOfFields] .

Thanks for the quick responses
Reply With Quote