I have a problem with automatisierte fackeln ud feuerstellen info.It doesnt work.I tested all ways,but nothing.
What scripts i need?
Scripts
Automatisierte fackeln und feuerstellen
Automatisierte fackeln und feuerstellen
1

on:licht {
if (gotstate("self",49)==0) {
addstate "object",currentid(),"4";
}else{
freestate "object",currentid(),"4";
}
}
1
