Quote:
Originally Posted by sssssssssss
it did everything but the last two 0's in the flag, so i changed it to 0,1,2
and it just echos "Sword,sword2.png,sssssssssss,2",
|
For now that doesnt matter.
Different question, i have this script in the dbnpc as well.
PHP Code:
public function getItemImage(temp.selection) {
temp.az = this.(@temp.selection)[0];
echo(temp.az);
return this.(@temp.selection)[0];
}
the temp.selection = something like item.Weapons.sssssssssss.Sword.
Its not putting up values for the array of the flag in the dbnpc, what am i doing wrong now?