Quote:
How do I trigger the enter button on a dialog?

Could someone help me with this (the dialog does not need to quit)

Just do an command.


in a dialog if a button ends with a ok style like ex:.

button TEXTHERE , ID, x y w h, Ok

when pressing enter in a dialog automatically that button does the event so...

on *:Dialog:Dialogname:sclick:ID: { command here }

when dialog is executed then enter is pressed it will quit the dialog also perform the command im not sure how to use enter without closing the dialog


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }