Thread: Suggestion!
View Single Post
  #1  
Old 07-12-2007, 04:24 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Suggestion!

I remember this from when I was working on a script the last time, and I thought it might benefit the community if it was fixed.


Stefan, make getStringKeys() gs2 compatible!


At the moment (unless it's been fixed already), this works:

PHP Code:
with (findNPC(PartyControll)) echo(getstringkeys("this.")); 
While these doesn't:

PHP Code:
db findNPC(PartyControll);
echo(
db.getstringkeys("this.")); 
PHP Code:
echo(findNPC(PartyControll).getstringkeys("this.")); 
PHP Code:
echo(PartyControll.getstringkeys("this.")); 
__________________
Follow my work on social media post-Graal:Updated august 2025.

Last edited by xXziroXx; 07-12-2007 at 09:09 PM..
Reply With Quote