This commit is contained in:
2016-06-28 17:51:18 +02:00
parent 20ba32ee96
commit 7262da381b

12
script/test/test.py Normal file
View File

@@ -0,0 +1,12 @@
show_message("My message", title = "Title", blocking = True)
print get_option("Choose:" , type = "YesNoCancel")
print get_string("Enter string:", default = "default")
print get_string("Choose string:", default = "default", alternatives = ["default", "alt1", "alt2"])
print get_string("Enter password:", password = True)