Advertisement
Guest User

startup

a guest
Oct 2nd, 2012
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.46 KB | None | 0 0
  1. local memo = {}
  2. local memois = {}
  3.  
  4. memo[1] = "Hi"
  5. memois[1] = "How are you?"
  6. memo[2] = "Fuck"
  7. memois[2] = "What do I do for you?"
  8. memo[3] = "I am good"
  9. memois[3] = "Oh cool."
  10. memo[4] = "I am bad"
  11. memois[4] = "That is not cool."
  12. memo[5] = "Hello"
  13. memois[5] = "How are you"
  14. memo[6] = "I am suck"
  15. memois[6] = "You dont know how suck a computer is. :("
  16. memo[7] = "LOL"
  17. memois[7] = "LOL"
  18. memo[8] = "You suck"
  19. memois[8] = "Because I am suck"
  20. memo[9] = "That computer is not an AI"
  21. memois[9] = "Hehe I am"
  22. memo[10] = "You are not an AI"
  23. memois[10] = "Then you don't know what is an AI"
  24. memo[11] = "hi"
  25. memois[11] = "how are you?"
  26. memo[12] = "fuck"
  27. memois[12] = "What do I do for you?"
  28. memo[13] = "i am good"
  29. memois[13] = "Oh cool."
  30. memo[14] = "i am bad"
  31. memois[14] = "That is not cool."
  32. memo[15] = "hello"
  33. memois[15] = "How are you"
  34. memo[16] = "i am suck"
  35. memois[16] = "You dont know how suck a computer is. :("
  36. memo[17] = "LOL"
  37. memois[17] = "LOL"
  38. memo[18] = "you suck"
  39. memois[18] = "Because I am suck"
  40. memo[19] = "that computer is not an AI"
  41. memois[19] = "Hehe I am"
  42. memo[20] = "you are not an AI"
  43. memois[20] = "Then you don't know what is an AI"
  44. memo[21] = "Sorry"
  45. memois[21] = "That is OK."
  46. memo[22] = "sorry"
  47. memois[22] = "That is OK."
  48.  
  49. local num = 23
  50.  
  51. function savem()
  52.    local file = fs.open("aimemo","w")
  53.    file.write(textutils.serialize(memo))
  54.    file.close()
  55. end
  56. function savemi()
  57.    local file = fs.open("aimemois","w")
  58.    file.write(textutils.serialize(memois))
  59.    file.close()
  60. end
  61. function saven()
  62.    local file = fs.open("aimaxmemo","w")
  63.    file.write(num)
  64.    file.close()
  65. end
  66.  
  67. function loadm()
  68.    local file = fs.open("aimemo","r")
  69.    local data = file.readAll()
  70.    file.close()
  71.    return textutils.unserialize(data)
  72. end
  73. function loadmi()
  74.    local file = fs.open("aimemois","r")
  75.    local data = file.readAll()
  76.    file.close()
  77.    return textutils.unserialize(data)
  78. end
  79. function loadn()
  80.    local file = fs.open("aimaxmemo","r")
  81.    local data = file.readAll()
  82.    file.close()
  83.    return data
  84. end
  85.  
  86.  
  87.  
  88. local t = 0
  89. local c = 0
  90.  
  91. function memory(one,two,three)
  92.    if one=="learn" then
  93.       memo[num] = two
  94.       memois[num] = three
  95.       --print("AI> I learn: when you say '"..memo[num].."' I say "..memois[num])
  96.       num= num+1
  97.       savem()
  98.       savemi()
  99.       saven()
  100.    end
  101.    if one=="remember" then
  102.       for i=1, num do
  103.          if memo[i]==two then
  104.             return memois[i]
  105.          end
  106.       end
  107.    end
  108.    if one=="know" then
  109.       for i=1, num do
  110.          if memo[i]==two then
  111.             return true
  112.          end
  113.       end
  114.    end
  115.    if one=="forgot" then
  116.       for i=1, num do
  117.          if memo[i]==two then
  118.             memo[i]=""
  119.             memois[i]=""
  120.          end
  121.       end
  122.    end
  123. end
  124.  
  125.  
  126. while true do
  127.    term.clear()
  128.    term.setCursorPos(1,1)
  129.    print("Is this the first time you run this program?")
  130.    print("This shoud be Yes or No")
  131.    s = read()
  132.    if s=="Yes" then
  133.       term.clear()
  134.       term.setCursorPos(1,1)
  135.       print("WELCOME TO AI_CRAFT")
  136.       print("Starting save system in computer")
  137.       savem()
  138.       savemi()
  139.       saven()
  140.       os.sleep(0.5)
  141.       os.sleep(1)
  142.       break
  143.    elseif s=="No" then
  144.       print("Loading memory on this computer")
  145.       memo = loadm()
  146.       memois = loadmi()
  147.       num = loadn()
  148.       os.sleep(0.5)
  149.       print("Loaded")
  150.       os.sleep(1)
  151.       break
  152.    end
  153. end
  154. print("Starting system")
  155. os.sleep(0.1)
  156.  
  157. term.clear()
  158. term.setCursorPos(1,1)
  159.  
  160. function complain()
  161. if c > 4 then
  162.    c = 0
  163. end
  164. if c == 0 then
  165.    print("AI> What aren't you talking to me?")
  166. end
  167. if c == 1 then
  168.    print("AI> Stop it!")
  169. end
  170. if c == 2 then
  171.    print("AI> You're being a jerk!")
  172. end
  173. if c == 3 then
  174.    print("AI> Alright fine. I won't talk to you either!")
  175. end
  176. if c == 4 then
  177.    print("AI> That's it! Bye!")
  178.    error("RAGEQUIT")
  179. end
  180. end
  181. function thanks()
  182. if t > 4 then
  183.    t = 0
  184. end
  185. if t == 0 then
  186.    print("AI> Okay. Thanks.")
  187. end
  188. if t == 1 then
  189.    print("AI> Oh cool.")
  190. end
  191. if t == 2 then
  192.    print("AI> Thanks!")
  193. end
  194. if t == 3 then
  195.    print("AI> Alright.")
  196. end
  197. if t == 4 then
  198.    print("AI> Never mind...")
  199. end
  200. c = 0
  201. end
  202.  
  203. print("AI_craft v1.1 - Learn is my Language")
  204. print("AI> Hello!")
  205.  
  206. while true do
  207.    loadm()
  208.    loadmi()
  209.    loadn()
  210.    write("ME> ")
  211.    message = read()
  212.    if message == "" then
  213.       complain()
  214.       c = c + 1
  215.    else
  216.       if message == "/clear" then
  217.         term.clear()
  218.         term.setCursorPos(1,1)
  219.       elseif message == "/exit" then
  220.         error("(Client Exit)")
  221.       elseif message == "/help" then
  222.         print("Commands avalible:")
  223.         print("/clear")
  224.         print("/exit")
  225.         print("/help")
  226.         print("/forget")
  227.       elseif message == "/forget" then
  228.         print("AI> What shoud I forgot?")
  229.         write("ME> You shoud forgot about ")
  230.         message = read()
  231.         memory("forgot", message, 000)
  232.       elseif not memory("know", message, 000) then
  233.          local ma = message
  234.          print("AI> What i shoud say when you say '"..message.."'?")
  235.          write("ME> You shoud say ")
  236.          message = read()
  237.          if message == "" then
  238.             print("AI> What shoud I say?")
  239.             c = c + 1
  240.          else
  241.             local mb = message
  242.             thanks()
  243.             t = t + 1
  244.             c = 0
  245.             memory("learn",ma,mb)
  246.          end
  247.       else
  248.          print("AI> "..memory("remember", message, "nil"))
  249.       end
  250.    end
  251. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement