Quote:
Originally Posted by Crow
I made some slight modifications. First, there's no reason to store stuff in variables if the referenced object doesn't even exist, so let's check that first. Next, both temp.pl and temp.pl.level are, in this case, objects. Nothing you should put into a string. Instead, let's use temp.pl.account and temp.pl.level.name. I believe that's it, but I'm rather tired right now..
|
Okay, so I was on the right track though right?
I still get really confused when it comes to variables/objects/strings, mostly because I don't know the actual definition and purpose of each one. I think I will read back over Jerret's and Twinny's GS2 guide and see if it helps.
Thanks Crow!