Quote:
Originally Posted by Tolnaftate2004
Not to be picky, but if it works at all, it's "compatible". x-x
|
No, it's not. Right now, it works exactly like it did in GS1 - nothing further.
I tried to do getstringkeys("DBNameHere.") without any success.
And on a side note to Gambet; stop lecturing me when I know EXACTLY what I'm talking about. In my pre-edit of the first post, I had this at the top of all my 3 non-working examples:
PHP Code:
db = findNPC(PartyControll);
But those of you who claim to be able to script, should most likely know that that line of code did NOTHING when my examples was:
PHP Code:
db = findNPC(PartyControll);
echo(findNPC(PartyControll).getstringkeys("this."));
Wanna know why? Cause in my echo(), "db." is not mentioned ANYWHERE. 'Nuff said.