This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
cpblack's profile picture

ComputerRegister - Cash Register!

Started by cpblack, 10 October 2014 - 07:25 PM
cpblack #1
Posted 10 October 2014 - 09:25 PM
pastebin get 6LQFsv8t disk/startup

this program tracks balance of players by inputing their usernames. this program serves as a alternative to in game currency.
The default password is "password", change it in the menu after you log in.
For example: they pay you 10 iron, you exchange that for 100 computer balance, which is stored on the disk. When they want something from your shop, they pay with the credits they paid the iron for.
Edited on 10 October 2014 - 08:44 PM
JustPingo #2
Posted 10 October 2014 - 09:34 PM
What is it ?
cpblack #3
Posted 10 October 2014 - 10:48 PM
What is it ?
I made this in a bit of a hurry so I didnt have a description, but I updated it, tell me if you still have questions.
Edited on 10 October 2014 - 08:55 PM
cpblack #4
Posted 10 October 2014 - 10:55 PM
If someone would test for bugs I would appreciate it
Rectar2 #5
Posted 11 October 2014 - 12:56 AM
Line 61:

term.write(Please enter client Username.)
           ^"                           ^"
Lyqyd #6
Posted 11 October 2014 - 01:24 AM
Locked.

Please don't post untested code. Report your topic when you've tested and fixed the code so it can be unlocked.