Wired not working Plus emu

Status
Not open for further replies.
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:

Dan3212

Member
Mar 30, 2016
86
10
Code:
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');

Create a query with this ^ into your database and it will fix it
 
Status
Not open for further replies.

Users who are viewing this thread

Top