View Single Post
  #9  
Old 04-10-2007, 09:50 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Hence like I said, everything after 'inv_', what your doing is right so far. Just use:
PHP Code:
with (findNPC("Database")){
  for (
temp.igetstringkeys("this.inv_"){
    echo(
temp.i); // Returns everything that starts with 'inv_'
  
}

Reply With Quote