Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 65dfc10

Browse files
committed
added exit and return to CM logins
1 parent 911616b commit 65dfc10

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

VAIIYA terminal.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,12 @@ def walker_entered():
447447

448448
elif text == 'VRRALSA':
449449
VRRALSA_startup()
450+
451+
elif text == 'exit':
452+
return
453+
454+
else:
455+
print("that isnt a command. use 'commands'")
450456

451457

452458

@@ -501,7 +507,12 @@ def frostbyte_entered():
501507

502508
elif text == 'VRRALSA':
503509
VRRALSA_startup()
504-
510+
511+
elif text == 'exit':
512+
return
513+
514+
else:
515+
print("that isnt a command. use 'commands'")
505516
#END OF FROST EE CODE,
506517

507518

0 commit comments

Comments
 (0)