Advertisement
The_Yetti

Untitled

Apr 9th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. > carve my cup with my straight saw
  2. You find it too difficult to work on the cup while it is inside of something.
  3. >
  4. mc_mix.cmd, mc_include.cmd(905): [return]
  5. mc_mix.cmd(100): [else]
  6. mc_mix.cmd(101): [return]
  7. mc_mix.cmd(93): [goto work]
  8. mc_mix.cmd(89): [action (work) on]
  9. mc_mix.cmd(90): [save mix]
  10. mc_mix.cmd(91): [if "mix" = "done" then]
  11. mc_mix.cmd(92): [gosub mix]
  12. mc_mix.cmd(97): [gosub specialcheck]
  13. mc_mix.cmd(162): [if "NULL" != "NULL" then]
  14. mc_mix.cmd(163): [var special NULL]
  15. mc_mix.cmd(164): [return]
  16. mc_mix.cmd(98): [gosub ToolCheckLeft grooved pestle]
  17. mc_mix.cmd, mc_include.cmd(883): [var tools grooved pestle]
  18. mc_mix.cmd, mc_include.cmd(884): [if "Empty" = "Empty" then]
  19. mc_mix.cmd, mc_include.cmd(885): [{]
  20. mc_mix.cmd, mc_include.cmd(886): [if (matchre("grooved pestle", "tongs") && (%worn.tongs = 1)) then]
  21. mc_mix.cmd, mc_include.cmd(887): [else]
  22. mc_mix.cmd, mc_include.cmd(887): [gosub GET MY grooved pestle]
  23. mc_mix.cmd, mc_include.cmd(1078): [var Get MY grooved pestle]
  24. mc_mix.cmd, mc_include.cmd(1079): [var LOCATION GET_1]
  25. mc_mix.cmd, mc_include.cmd(1080): [pause 0.0001]
  26. mc_mix.cmd, mc_include.cmd(1081): [GET_1:]
  27. mc_mix.cmd, mc_include.cmd(1082): [matchre WAIT ^\.\.\.wait|^Sorry\,]
  28. mc_mix.cmd, mc_include.cmd(1083): [matchre WAIT ^You struggle with .* great weight but can't quite lift it\!]
  29. mc_mix.cmd, mc_include.cmd(1084): [matchre IMMOBILE ^You don't seem to be able to move to do that]
  30. mc_mix.cmd, mc_include.cmd(1085): [matchre WEBBED ^You can't do that while entangled in a web]
  31. mc_mix.cmd, mc_include.cmd(1086): [matchre STUNNED ^You are still stunned]
  32. mc_mix.cmd, mc_include.cmd(1087): [matchre HOLD_1 ^But that is already in your inventory\.]
  33. mc_mix.cmd, mc_include.cmd(1088): [matchre RETURN ^You get .*\.]
  34. mc_mix.cmd, mc_include.cmd(1089): [matchre RETURN ^You pick up .*\.]
  35. mc_mix.cmd, mc_include.cmd(1090): [matchre RETURN ^You carefully remove .* from the bundle\.]
  36. mc_mix.cmd, mc_include.cmd(1091): [matchre RETURN ^You are already holding that\.]
  37. mc_mix.cmd, mc_include.cmd(1092): [matchre RETURN ^Get what\?]
  38. mc_mix.cmd, mc_include.cmd(1093): [matchre RETURN ^I could not find what you were referring to\.]
  39. mc_mix.cmd, mc_include.cmd(1094): [matchre RETURN ^What were you referring to\?]
  40. mc_mix.cmd, mc_include.cmd(1095): [matchre RETURN ^You grab .*(?:\.|\!|\?)]
  41. mc_mix.cmd, mc_include.cmd(1096): [matchre RETURN ^As best it can\, .* moves in your direction\.]
  42. mc_mix.cmd, mc_include.cmd(1097): [matchre UNTIE ^You pull at it]
  43. mc_mix.cmd, mc_include.cmd(1098): [send get MY grooved pestle]
  44. mc_mix.cmd, mc_include.cmd(1099): [matchwait 15]
  45. get MY grooved pestle
  46. What were you referring to?
  47. >
  48. mc_mix.cmd(230): [return:]
  49. mc_mix.cmd(231): [return]
  50. mc_mix.cmd, mc_include.cmd(888): [return]
  51. mc_mix.cmd(99): [if "crush" = "crush" then]
  52. mc_mix.cmd(99): [gosub Action crush cup in my granite mortar with my grooved pestle]
  53. mc_mix.cmd, mc_include.cmd(898): [var command crush cup in my granite mortar with my grooved pestle]
  54. mc_mix.cmd, mc_include.cmd(899): [Action_1:]
  55. mc_mix.cmd, mc_include.cmd(900): [matchre Action_1 ^\.\.\.wait|type ahead]
  56. mc_mix.cmd, mc_include.cmd(901): [matchre Analyze ^That tool does not seem suitable for that task\.]
  57. mc_mix.cmd, mc_include.cmd(902): [matchre RETURN ^Roundtime\:?|^\[Roundtime\:?|^\(Roundtime\:?]
  58. mc_mix.cmd, mc_include.cmd(903): [send crush cup in my granite mortar with my grooved pestle]
  59. mc_mix.cmd, mc_include.cmd(904): [matchwait 10]
  60. crush cup in my granite mortar with my grooved pestle
  61. Crush what?
  62. >
  63. [Script aborted! (Run time: 28745 seconds): ubercombat.cmd]
  64. [Script aborted! (Run time: 12414 seconds): mc_mix.cmd]
  65. [Script aborted! (Run time: 10526 seconds): mastercraft.cmd]
  66. [Script aborted! (Run time: 10374 seconds): mc_carve.cmd]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement