refactor: remove deprecated debug command

This commit is contained in:
Balloonpopper
2022-04-15 12:49:01 +10:00
committed by Julian Murgia
parent 9f4a5d53c6
commit eeea2d0e5a
6 changed files with 19 additions and 29 deletions

View File

@@ -1,8 +1,9 @@
:look
say player "That button must activate the bridge, but it is broken." [r3_button_broken]
say player "It should work now." [!r3_button_broken]
# Demonstrate printing globals as part of debug messages
debug "r3_button_broken is currently {r3_button_broken}"
# Demonstrate printing globals as part of print messages
print "r3_button_broken is currently {r3_button_broken}"
say player "r3_button_broken status : {r3_button_broken}"
:push
say player "I must USE this."