View Single Post
  #3  
Old 10-21-2006, 07:32 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
PHP Code:
public function listLib(){
temp.list.loadvars(this.library);
for (
itemp.list.getstringkeys("item-")){
echo(
"Items: " i);
}
return;

I figured out part of it thanks to Yen on aim, its supposed to echo all the id's in the text file. But it's not working
Reply With Quote