Zyriantdtx
uwu
- Nov 27, 2014
- 238
- 35
Wired isn't working. Whenever I place it, it loads into the room but when I double click it, nothing happened. And, when I reload a room with wired in it, the room doesn't load.
Last edited:
UPDATE `furniture` SET `behaviour_data` = `furniture`.`clothing_id` WHERE `furniture`.`clothing_id` > 0 AND `furniture`.`behaviour_data` = 0;
UPDATE `furniture` SET `behaviour_data` = `furniture`.`wired_id` WHERE `furniture`.`wired_id` > 0 AND (`furniture`.`interaction_type` = 'wired_effect' OR `furniture`.`interaction_type` = 'wired_trigger' OR `furniture`.`interaction_type` = 'wired_condition');