Skip to content
Snippets Groups Projects
Commit c61282b9 authored by rswindell's avatar rswindell
Browse files

Added cool extended-ASCII check-mark dohickey to all yes/no questions.

parent 6da39368
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,18 @@
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc # _question
str tmp
copy tmp str
setstr "N"
print "nbh@QUESTION@? "
compare_strn 2 _question "\r\n"
if_true
crlf
shift_str _question 2
end_if
printf "nbh[wb] y%s? " _question
:top
compare_str "N"
if_equal
......
......@@ -6,11 +6,18 @@
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc # _question
str tmp
copy tmp str
setstr "Y"
print "nbh@QUESTION@? "
compare_strn 2 _question "\r\n"
if_true
crlf
shift_str _question 2
end_if
printf "nbh[wb] y%s? " _question
:top
compare_str "Y"
if_equal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment