
11-21-2009, 10:19 PM
|
Banned
|
Join Date: Feb 2007
Posts: 1,002
|
|
I haven't tested, but having a subvariable on an array or string literal seems a bit odd to me.
Why not just use a TStaticVar?
All that would need to be changed is that getGuildList() would need to return an array of TStaticVars, rather than say account names.
Note: If you are using a player object or something though, that would work as it extends a TGraalVar and should support subvariables. |
|
|