FutureProg functions
setlit
Boolean setlit(Item item, Boolean state)
Contexts: computer function, computer program, standard futureprog
Sets the lit state of a lightable item. Returns false if the item is null or does not have a lightable component.
item: The lightable item to update.
state: Whether the item should be lit after the call.
Contexts: computer function, computer program, standard futureprog
Sets the lit state of a lightable item. Returns false if the item is null or does not have a lightable component.
item: The lightable item to update.
state: Whether the item should be lit after the call.