PHP Code:
SQL:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(MAKE SURE THESE LINK UP#1#, 'NAME OF THE SWF', 'NAME OF THE SWF', 's', 1, 1, 0.4, '1', '0', '0', Make sure this links up with the furnidata (#2#), '1', '1', '1', '1', '1', 'default', 4, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(MAKE SURE THESE LINK UP#1#, '12356', 'MAKE SURE THESE LINK UP#1#', 'Name that will show in the catalog', 'how much credits will this item cost?', '0', '1');
Furnidata:
["s","put a random bunch of numbers, e.g: 468529 #2#","NAME OF THE SWF","Make up a bunch of numbers? LOL","0","1","1","","Item name","Item description","","-1","-1"],
Well, if you read the code, and edit it you will know how to edit it so that it works, if you want a more detailed tutorial, then just ask, kk.