Talk:Implementing Linked Lists

Active discussions
Revision as of 15:25, 31 March 2012 by imported>RedwoodElf
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

What's Gvar?Edit

In your code, there are a lot of references to a Gvar, a property of type GlobalVariableScript. Going by the name, it looks like a global variable. But since I don't know of any way to add scripts to global variables, and your Gvar obviously holds some properties, I'm assuming that it must be something else. Does GlobalVariableScript extend Quest instead?

By the way, nice job. I had to read it over twice, but I think I understood what you were doing. --Fg109 01:47, 24 March 2012 (EDT)

Whupsie...I forgot to include the Global Variable script. I Gotta remember that it's not always obvious what's going on. Fixed (along with some typos) RedwoodElf 15:25, 31 March 2012 (EDT)

Return to "Implementing Linked Lists" page.