PHP Code:
public function listLib(){
temp.list.loadvars(this.library);
for (i: temp.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