Dark Bit Factory & Gravity

GENERAL => Projects => Topic started by: christiannewman on December 03, 2013

Title: cookie giver
Post by: christiannewman on December 03, 2013
first make a .txt folder and copy and paste this
// The cookie giver, by [[christian]]
2
// Start of each round of the game
clear screen
print "welcome to the cookie giver 1.0 thanx for downloading at www.xxxxxxxxxxxxxxxxxxxx"
print "please enter 50 in the box below for your free cookie!"
// Ask the user what he thinks the answer is with input and put in variable a.
input a
// See if what the user said is right.
if a=49 then print"sorry that number is to low. press enter to try again"
end if
if a>51 then print"sorry that number is to high. Press enter to try again."
end if
if a=50 then print"congratulations you just earned a cookie!!"
end if 
// Press enter to continue
input b
//Return to start of the round.
goto 2

then rename it as a .yab folder
Title: Re: cookie giver
Post by: Hotshot on December 03, 2013
Your links doesnt work and can you try fixed it? :)

 :hi: to the forum and enjoy your stay :)
Title: Re: cookie giver
Post by: Rbz on December 03, 2013
@christiannewman: Please, do not try to spam again.