Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Visual DialogScript
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Syntax examples== '''Comments:''' * <code># This is a single line comment</code> * <code>REM This is a single line comment</code> '''Simple Information Message Box:''' *<code>info "This is the information text"</code> '''Simple Warning Message Box:''' *<code>warn "This is the warning text"</code> '''Create a custom dialog box:''' *<code>dialog create,<name>,<top pixel position>,<left pixel position>,<width in pixels>,<height in pixels></code> '''Write to the Windows Registry:''' *<code>registry write,<root key>,<key>,<subkey>,<data></code> '''Display an input prompt dialog box, storing the result in the variable %A:''' *<code>%A = @input("Please enter a value:")</code>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)