How do i use list function (e.g. LGOLD) on the sourcecoder? I cant find the token. Also, how do i upload my stuff onto cemetech. I have some games i like to publish. Smile
TI84plceBasicPro wrote:
How do i use list function (e.g. LGOLD) on the sourcecoder? I cant find the token. Also, how do i upload my stuff onto cemetech. I have some games i like to publish. Smile

Use "|L" for the small 'L' token
Use |LGOLD for custom lists. And at Cemetech, we have a section full of programs, you can find it at https://www.cemetech.net/programs/ . I'm curious what your programs are Smile
PT_ wrote:
Use |LGOLD for custom lists. And at Cemetech, we have a section full of programs, you can find it at https://www.cemetech.net/programs/ . I'm curious what your programs are Smile


Im a proficient BASIC coder on my ti84plce.
They're all basic:
The Gold Empire
Age Of Wars (My best game 10K ram though, ouch)
Pokemon (where you poke an "Emon")
Also i have hacks to various games i will compile later. I have a ti83 plus too and the first thing when i download basic programs is to hack it. My favorite is hacking the Pokemon game in BASIC for ti83+. It under 50 bytes and completes the pokedex
To upload a file, go to the Downloads tab and there should be an upload button at the bottom. After uploaded, it will undergo a verification by an admin and there you go!
Oh btw, ive been on cemetech for quite some time. just waietd until iwas thirteen to create an account. I know how to navigate cemetech/ticalc.
All ages are accepted here! =D
ClrDraw:AxesOff:ClrHome
FnOff :Plotsoff
6->dim(|LGOLD
Lbl 0
3->Y
ClrHome
Disp "THE GOLD EMPIRE",""," SAVED"," NEW"," QUIT"
Lbl 00

There's a sneakpeak on my new game im editing.
Sounds interesting! Will it be using Libraries?
Hold on... instead of wasting my time programming it... can i just upload directly from my calculator? My program is on there... and it would be a whole lot faster.
https://education.ti.com/en/products/computer-software/ti-connect-sw

You can communicate with your calculator with this program. With it, you can pull files from your calculator.
I already have ti software, lol. Im not a complete newbie. though i think there is a func in the action tab that i can uplaod it...
I cant figure out why coder wont accept my = signs. they say theyre mistakes. HELP!
Plz do not steal my project.


Code:
ClrDraw:AxesOff:ClrHome
FnOff :PlotsOff
6->dim(|LGOLD
Lbl 0
3->Y
ClrHome
Disp "THE GOLD EMPIRE","","  SAVED","  NEW","  QUIT
Lbl 00
Output(Y,1,">
Repeat θ=21 or θ=25 or θ=34
getKey→θ
End
Output(Y,1,"
If θ=25
Then
If Y=3
6->Y
Y-1->Y
End
If θ=34
Then
If Y=5
2->Y
Y+1->Y
End
If θ=21
Then
If Y=3
Goto 01
If Y=4
Goto 02
If Y=5
Goto 03
End
Goto 00
Lbl 03
ClrDraw:ClrHome:AxesOn
Stop
Lbl 02
If ⌊GOLD(5)=1
Then
ClrHome
Disp "ERASE SAVED GAME?","[2ND] YES","[ALPHA] NO"
Repeat θ=21 or θ=31
getKey→θ:End
If θ=31
Goto 01
If θ=21
0→|LGOLD(5
End
0→B:1→D:100→M:48.08→P:0→R:0→W
Goto ST
Lbl 01
If ⌊GOLD(5)=0
Goto 02
|LGOLD(1)→B
|LGOLD(2)→D
|LGOLD(3)→M
|LGOLD(4)→P
|LGOLD(6)→W
Lbl ST
ClrDraw
TextColor(BLACK
Text(1,5,40,"THE GOLD EMPIRE
Text(25,0,"PRICE:
Text(25,48,P
If R≥0
Then
TextColor(GREEN
Text(25,85,"+
Text(25,93,R
TextColor(BLACK
Else
TextColor(RED
Text(25,85,"-
Text(25,93,abs(R
TextColor(BLACK
End
Text(55,0,"MONEY:
Text(55,54,M
Text(40,0,"BARS:
Text(40,40,B
Text(70,0,"DAY:
Text(70,35,D
Text(50,110,"BUY
Text(62,110,"SELL
Text(74,110,"NEXT DAY
Text(86,110,"SAVE
Text(98,110,"QUIT
50→Y
Lbl 05
Text(Y,100,">
Repeat θ=11 or θ=12 or θ=21 or θ=25 or θ=34:getKey→θ:End
Text(Y,100,"     
If θ=25
Then
If Y=50
110→Y
Y-12→Y
End
If θ=34
Then
If Y=98
38→Y
Y+12→Y
End
If θ=11
Goto I
If θ=12
Goto MP
If θ=21
Then
If Y=50
Goto BU
If Y=62
Goto SE
If Y=74
Goto ND
If Y=86
Goto SV
If Y=98
Goto 03
End
Goto 05
Lbl I
ClrDraw
Text(1,1,1,"INVEST:
Text(30,15,"2 BARS....................     5 DOLLARS A DAY
Text(50,15,"3 BARS....................     10 DOLLARS A DAY
Text(70,15,"4 BARS....................     15 DOLLARS A DAY
Text(90,15,"5 BARS....................     20 DOLLARS A DAY
Text(110,15,"BACK
30→Y
Lbl I0
Text(Y,3,">
Repeat θ=21 or θ=25 or θ=34:getKey→θ:End
Text(Y,3,"     
If θ=25
Then
If Y=30
130→Y
Y-20→Y
End
If θ=34
Then
If Y=110
10→Y
Y+20→Y
End
If θ=21
Then
If Y=30
Goto I1
If Y=50
Goto I2
If Y=70
Goto I3
If Y=90
Goto I4
If Y=110
Goto ST
Goto I0
Lbl I1:2→A:Goto I5
Lbl I2:3→A:Goto I5
Lbl I3:4→A:Goto I5
Lbl I4:5→A
Lbl I5
If A>B
Then
ClrHome
Disp "INSUFFICIENT BARS!","NEED:"
Output(2,7,A-B
Repeat 21=getKey:End
Goto ST
Else
ClrHome
Output(1,1,A
Output(1,3," BARS INVESTED!"
B-A→B
If A=2:5→W:If A=3:10→W
If A=4:15→W:If A=5:20→W
Repeat 21=getKey:End
Goto ST
End
Lbl MP
ClrHome
Disp "MOB POWER","","COST (MONEY): 300","OUTPUT (BARS): 8","SUCCESS RATE: 50","FAIL RATE: 40","CATCH RATE: 10
Repeat 21=getKey:End
If M<300
Then
ClrHome
Disp "INSUFFICIENT MONEY!","NEED:
Output(2,7,300-M
Repeat 21=getKey:End
Goto ST
End
M-300→M
randInt(1,10)→θ
6→θ
If θ>6
Then
ClrHome
Disp "FAILED!"
Repeat 21=getKey:End
Goto ST
End
If θ<6
Then
ClrHome
Disp "SUCCESSFUL!"
B+8→B
Repeat 21=getKey:End
Goto ST
End
If θ=6
Then
ClrHome
Disp "CAUGHT!...","AND IT WAS TRACED BACK TO","YOU!":Repeat 21=getKey:End
Disp "","MONEY LOST:","BARS LOST:"
0→W
If M<200
Then
Output(5,13,M
0→M
End
If M≥200
Then
Output(5,13,200
M-200→M
End
If B<5
Then
Output(6,12,B
0→B
End
If B≥5
Then
Output(6,12,5
B-5→B
End
Repeat 21=getKey:End
Disp "INVESTORS DENY YOUR STOCK!"
Repeat 21=getKey:End
Goto ST
End
Lbl BU
ClrHome
Input "BUY: ",θ
If θP>M
Then
ClrHome
Disp "INSUFFICIENT MONEY!","NEED:"
Output(2,7,Pθ-M
Repeat 21=getKey:End
Goto ST
Else
M-θP→M
B+θ→B
Goto ST
End
Lbl SE
ClrHome
Input "SELL: ",θ
If θ>B
Then
ClrHome
Disp "INSUFFICIENT BARS!"
Repeat 21=getKey:End
Goto ST
Else
B-θ→B
M+Pθ→M
Goto ST
End
Lbl ND
If P>58.08
Then
randInt(1,2)→θ
If θ=1
Then
randInt(50,75→Z
Z/10→Z
P-Z→P
2→θ
Goto NE
End
End
If P<38.08
Then
randInt(1,2)→θ
If θ=1
Then
randInt(50,75)→Z
Z/10→Z
P+Z→P
1→θ
Goto NE
End
End
randInt(1,8)→θ
If θ<5
randInt(1,15)→Z
If θ=6 or θ=7
randInt(10,25)→Z
If θ=8
Then
randInt(1,3)→θ
If θ≠1
Goto ND
randInt(50,100)→Z
End
Z/10→Z
randInt(1,2)→θ
randInt(1,10)→Ś
Ś/100→Ś
If θ=1
P+Z+Ś→P
If θ=2
P-Z-Ś→P
Lbl NE
If θ=1:Z+Ś→R
If θ=2:Z-Ś→R
D+1→D
M+W→M
round(R,2)→R
round(P,2)→P
Goto ST
Lbl SV
B→|LGOLD(1
D→|LGOLD(2
M→⌊|LGOLD(3
P→|LGOLD(4
1→|LGOLD(5
W→|LGOLD(6
ClrHome
Disp "GAME SAVED!
Repeat 21=getKey:End
Goto ST
Some tips. Use the [code][/code] things around your code, and click "Disable Smilies in this post" so stuff in your code won't be turned into smilies. Ex. (a colon ":" and a capital P "P")= Razz.

In answer to your question, I see nothing wrong with your equal signs (I might have missed something). You might copy the code into TI-Connect CE's editor, and try that?

EDIT: Or since your code is really long, you might want to just share the link from SC3?
I did. I uploaded it from my calculator... Cemetech says theres something wrong with them they end up as Error: "...="
I really doubt its not the = bc all my errors have that symbol in it
TI84plceBasicPro wrote:
I did. I uploaded it from my calculator... Cemetech says theres something wrong with them they end up as Error: "...="
I really doubt its not the = bc all my errors have that symbol in it

Can you please screenshot the error for us?
i had copied it directly from ce software to cemetech... cemetech just cleaned my program up... i gotta go back and fix all my thetas, etc.
That's unnecessary! Just save it as an 8xp from TIConnect and import it into SC. It will do everything for you!
Oh, and to all you noobs who do try to steal my program, remember i have this forum as proof this is MY program, not yours.
Relax. Nobody is going to steal your program.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 2
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement