RafaelDeJongh/cap

stargateDHDPressButton("DIAL") ?

Skyrox opened this issue · 2 comments

according to the lua, doing stargateDHDPressButton("DIAL") with E2 should press the center button? but it doesn't do anything? the is an address inputted into the DHD and the only button left to press would be the center button.

It should be not "DIAL", it should be enter (what is new line char i think or so) This command basically calls "Press Button" input on dhd, so check it with wire keyboard to understand what you need to do.

Ah ok, ya so "\n" worked, thanks, was going through the lua wondering why lol