Skip to content

Text Entry "Entered" output set for too short #3427

@StellarSt0rm

Description

@StellarSt0rm

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

No one assigned

    Labels

    BugThis issue is a general bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions