Jump to content


UrASmurf's Content

There have been 13 items by UrASmurf (Search limited from 10-February 22)


By content type

See this member's

Sort by                Order  

#24826 Magic 8ball.

Posted by UrASmurf on 09 August 2012 - 08:39 PM in Ask a Pro

Tested it out and it is awesome. But how do I exit? D:



#24799 Magic 8ball.

Posted by UrASmurf on 09 August 2012 - 06:38 PM in Ask a Pro

Erm. I am playing on a server, which is why I needed help using codes to get it once HTTP is enabled ;)/>



#24788 Guest LogIn

Posted by UrASmurf on 09 August 2012 - 05:55 PM in Ask a Pro

Er. I really have no idea how I would do any of that.

Noob coder here. Only know how to use like print " and redstone.setOuput. D:



#24787 Magic 8ball.

Posted by UrASmurf on 09 August 2012 - 05:53 PM in Ask a Pro

Could someone give me a step by step on putting this on my computer? Server has that HTTP thing enabled, just don't know how to make it copy it onto computer as a program.



#24673 Magic 8ball.

Posted by UrASmurf on 09 August 2012 - 05:45 AM in Ask a Pro

HOLY SHIZ DUDE. THANK YOU!

I love you all ;3



#24594 Magic 8ball.

Posted by UrASmurf on 08 August 2012 - 08:35 PM in Ask a Pro

I know, I know, two posts within like an hour, but I really want someone to make this for me.

Basically it is a magic 8ball, where you ask a question, and it gives you a random answer like "Signs point to yes" or something.

I understand for the random answer it could be something like phrases{"blah","anotherone",} and math.random etc. from another guy, but if someone could put it together all nice for me that would be awesome ;)/>



#24583 Guest LogIn

Posted by UrASmurf on 08 August 2012 - 06:52 PM in Ask a Pro

Hey, I was wondering if it was possible(and if it is, if anyone could kindly make it/show me code) to make a guestlogin on a login system?

This guest would log in with username and password as Guest and have restrictions to what programs they could use, so like they could use a program that says random sentences, but couldn't use the program to dispense food.



#20207 Random sentence[2]

Posted by UrASmurf on 20 July 2012 - 01:18 AM in Ask a Pro

Er. Now it just says the first one over and over.



#20061 Random sentence[2]

Posted by UrASmurf on 19 July 2012 - 04:53 AM in Ask a Pro

I got a little program to say a random phrase from a list I coded in:

Is there a way to make it so it does not say the same line twice in a row?
I would expect its like if phrase = something then bloop blop.

Also, where would I put term.clear() to have it clear after every said phrase?



#19970 Random sentence.

Posted by UrASmurf on 18 July 2012 - 03:53 AM in Ask a Pro

Thank you so much, is there a way to make it so it does not say the same line twice in a row?

I would expect its like if phrase = something then bloop blop.


Also, where would I put term.clear() to have it clear after every said phrase?



#19966 Please delete.

Posted by UrASmurf on 18 July 2012 - 03:34 AM in Programs

Food program :P/>



#19964 GChat - chat with all your friends (in-game)

Posted by UrASmurf on 18 July 2012 - 03:26 AM in Programs

I can see a lot of forever alone moments arising from this.

Self: Hey
Selfonothercomputer: Hey man, hows it going.
Self: You are my best friend.



#19963 Random sentence.

Posted by UrASmurf on 18 July 2012 - 03:17 AM in Ask a Pro

Hi, I am "newish" to computercraft. I discovered it in december 2011, but stopped using it/am a noob. Is there a way to put in a bunch of print("XXXXX")'s and have it say one at random when you run a program. I want to do something like program name fact, having it give me a random fact.

Tuts/code would help a bunch.