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

Feedback Api

Started by willwac, 02 September 2013 - 03:11 PM
willwac #1
Posted 02 September 2013 - 05:11 PM
credits() function FIXED

I decided to create an API that provides feedback to users of your program.

Since the editor on this forum sucks* I'll just give you a link to the API.

http://turtlescripts...f8-FeedBack-API

Note that is APi uses Misc. Peripherals. While Misc. Peripherals is NOT needed, this API uses a lot of Misc. Peripherals blocks.
H4X0RZ #2
Posted 02 September 2013 - 05:41 PM
There are moments I think my english is better than that of native english speakers. Now there is such a moment…
DarkEspeon #3
Posted 02 September 2013 - 06:13 PM
Might want to mention this was coded with Misc. peripherals in mind
willwac #4
Posted 02 September 2013 - 06:50 PM
Might want to mention this was coded with Misc. peripherals in mind

Thanks, I'll edit the post.

EDIT: Original Post edited.
DarkEspeon #5
Posted 02 September 2013 - 09:08 PM
yea just don't want anyone coming with errors like function not found(or whatever it is) because they don't have misc.peripherals… its not fun repeating that over and over and over again….
Anavrins #6
Posted 02 September 2013 - 10:34 PM
Would you please test your scripts before posting them?

fb.credits() will error since you try to call fv() which doesn't exist, you probably meant fb()
kreezxil #7
Posted 03 September 2013 - 05:38 PM
I desided to crate an API that prvides feedback to users of your program.

Since the editor on this fourm sucks* I'll just give you a link to the API.

http://turtlescripts...f8-FeedBack-API

Note that is APi uses Misc. Peripherals. While Misc. Peripherals is NOT needed, this API uses a lot of Misc. Peripherals blocks.

Can you be more specific on what is needed to use your api?

Also give an example of how a program might be enhanced by using your API.

All I can tell from your post is that CC Forum editor sucks, the one-liner both here and at turtlescripts.com lack much in the description department.

Thank You.
;)/>
willwac #8
Posted 04 September 2013 - 07:04 PM
I've never been good at writing, and school is very demanding, so I just kinda threw that in there.

I will correct the error, thanks, Anavrins