-
Notifications
You must be signed in to change notification settings - Fork 342
Open
Labels
BugThis issue is a general bugThis issue is a general bug
Description
I am trying to make a contraption that uses the Text Entry to easily store a persistent value to a DHDD, and i tried to use the Entered output to trigger when the DHDD should allow write, so it doesn't get reset while duping.
The problem is that the Entered output is too short (Like, it doesn't even change!), looking at the code this could be the issue:
WireLib.TriggerOutput( self, "Entered", 1 )
WireLib.TriggerOutput( self, "Entered", 0 )
There's just no time for anything to do something with it, it should be held for a second or something.
Metadata
Metadata
Assignees
Labels
BugThis issue is a general bugThis issue is a general bug