If you change:
findweapon("-Player/Shop").bringInSell(temp.wep);
to:
findweapon("-Player/Shop").trigger("TestSellItem", temp.wep);
and add:
PHP Code:
// To the bottom of -Player/Shop
function onTestSellItem(temp.selling) {
echo(temp.selling);
}
does the weapon name show up in F2?