Finished toggle for mod support
This commit is contained in:
parent
bef402259c
commit
cc0fef7484
@ -11,11 +11,27 @@ ClrHome
|
||||
Disp "----------------","ZONK FOR TI-84+","CREATED BY","DEVEN BLAKE 2018","----------------","ENTER A NAME,","MORTAL
|
||||
Input Str0
|
||||
ClrHome
|
||||
If Str0="EXPAND"
|
||||
0->M
|
||||
0->P
|
||||
|
||||
While P=0
|
||||
|
||||
If M=0
|
||||
Disp "1) PLAY","2) ENABLE MODS
|
||||
If M=1
|
||||
Disp "1) PLAY","2) DISABLE MODS
|
||||
Input A
|
||||
If A=1
|
||||
1->P
|
||||
If A=2
|
||||
Then
|
||||
0→Z
|
||||
prgmZONKENEM
|
||||
If M=0
|
||||
1->M
|
||||
If M=1
|
||||
0->M
|
||||
End
|
||||
End
|
||||
|
||||
Disp Str0,"PREPARE TO DIE!
|
||||
Pause
|
||||
ClrHome
|
||||
@ -62,6 +78,7 @@ Goto F
|
||||
|
||||
//Battle System
|
||||
Lbl B
|
||||
0->B
|
||||
Disp "YOUR MOVE,",Str0
|
||||
Input Str1
|
||||
If Str1="ATTACK" or Str1="A
|
||||
|
Loading…
Reference in New Issue
Block a user