Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 KB | None | 0 0
  1. mc_pound.cmd(257): [if ("leather bellows" != "Empty" && !contains("bellows", "pugio")) then]
  2. mc_pound.cmd(257): [gosub STOW_RIGHT]
  3. mc_pound.cmd, mc_include.cmd(1056): [if matchre("", "bellows") then ]
  4. mc_pound.cmd, mc_include.cmd(1066): [}]
  5. mc_pound.cmd, mc_include.cmd(1067): [else]
  6. mc_pound.cmd, mc_include.cmd(1067): [gosub PUT_IT my bellows in my haversack]
  7. mc_pound.cmd, mc_include.cmd(926): [var PutIt my bellows in my haversack]
  8. mc_pound.cmd, mc_include.cmd(927): [var LOCATION PUT_IT_1]
  9. mc_pound.cmd, mc_include.cmd(928): [pause 0.0001]
  10. mc_pound.cmd, mc_include.cmd(929): [PUT_IT_1:]
  11. mc_pound.cmd, mc_include.cmd(930): [matchre WAIT ^\.\.\.wait|^Sorry\,]
  12. mc_pound.cmd, mc_include.cmd(931): [matchre IMMOBILE ^You don't seem to be able to move to do that]
  13. mc_pound.cmd, mc_include.cmd(932): [matchre WEBBED ^You can't do that while entangled in a web]
  14. mc_pound.cmd, mc_include.cmd(933): [matchre STUNNED ^You are still stunned]
  15. mc_pound.cmd, mc_include.cmd(934): [matchre RETURN ^You (?:put|drop) .*\.]
  16. mc_pound.cmd, mc_include.cmd(935): [matchre RETURN ^Please rephrase that command\.]
  17. mc_pound.cmd, mc_include.cmd(936): [matchre RETURN ^.* what\?]
  18. mc_pound.cmd, mc_include.cmd(937): [matchre RETURN ^I could not find what you were referring to\.]
  19. mc_pound.cmd, mc_include.cmd(938): [matchre RETURN ^What were you referring to\? ]
  20. mc_pound.cmd, mc_include.cmd(939): [matchre RETURN ^The (\S+) can only hold]
  21. mc_pound.cmd, mc_include.cmd(940): [matchre PUT_IT_1 ^\[Putting an item on the brazier begins the enchanting process]
  22. mc_pound.cmd, mc_include.cmd(941): [send put my bellows in my haversack]
  23. mc_pound.cmd, mc_include.cmd(942): [matchwait 15]
  24.  
  25. put my bellows in my haversack
  26. You feel fully rested.
  27. You feel fully attuned to the mana streams again.
  28. >
  29. You put your bellows in your leather haversack.
  30. >
  31. mc_pound.cmd, mc_include.cmd(1109): [RETURN:]
  32. mc_pound.cmd, mc_include.cmd(1110): [pause 0.0001]
  33. mc_pound.cmd, mc_include.cmd(1111): [return ]
  34. mc_pound.cmd, mc_include.cmd(1068): [return]
  35. mc_pound.cmd(258): [if ("straight tongs" != "Empty" && !contains("tongs", "pugio")) then]
  36. mc_pound.cmd(259): [{]
  37. mc_pound.cmd(260): [if (!matchre("straight tongs", "tongs") && 0 = 1) then]
  38. mc_pound.cmd(261): [else]
  39. mc_pound.cmd(261): [gosub STOW_LEFT]
  40. mc_pound.cmd, mc_include.cmd(1041): [if matchre("", "tongs") then ]
  41. mc_pound.cmd, mc_include.cmd(1051): [}]
  42. mc_pound.cmd, mc_include.cmd(1052): [else]
  43. mc_pound.cmd, mc_include.cmd(1052): [gosub PUT_IT my tongs in my haversack]
  44. mc_pound.cmd, mc_include.cmd(926): [var PutIt my tongs in my haversack]
  45. mc_pound.cmd, mc_include.cmd(927): [var LOCATION PUT_IT_1]
  46. mc_pound.cmd, mc_include.cmd(928): [pause 0.0001]
  47. >
  48. mc_pound.cmd, mc_include.cmd(929): [PUT_IT_1:]
  49. mc_pound.cmd, mc_include.cmd(930): [matchre WAIT ^\.\.\.wait|^Sorry\,]
  50. mc_pound.cmd, mc_include.cmd(931): [matchre IMMOBILE ^You don't seem to be able to move to do that]
  51. mc_pound.cmd, mc_include.cmd(932): [matchre WEBBED ^You can't do that while entangled in a web]
  52. mc_pound.cmd, mc_include.cmd(933): [matchre STUNNED ^You are still stunned]
  53. mc_pound.cmd, mc_include.cmd(934): [matchre RETURN ^You (?:put|drop) .*\.]
  54. mc_pound.cmd, mc_include.cmd(935): [matchre RETURN ^Please rephrase that command\.]
  55. mc_pound.cmd, mc_include.cmd(936): [matchre RETURN ^.* what\?]
  56. mc_pound.cmd, mc_include.cmd(937): [matchre RETURN ^I could not find what you were referring to\.]
  57. mc_pound.cmd, mc_include.cmd(938): [matchre RETURN ^What were you referring to\? ]
  58. mc_pound.cmd, mc_include.cmd(939): [matchre RETURN ^The (\S+) can only hold]
  59. mc_pound.cmd, mc_include.cmd(940): [matchre PUT_IT_1 ^\[Putting an item on the brazier begins the enchanting process]
  60. mc_pound.cmd, mc_include.cmd(941): [send put my tongs in my haversack]
  61. mc_pound.cmd, mc_include.cmd(942): [matchwait 15]
  62. put my tongs in my haversack
  63.  
  64. >
  65. You put your tongs in your leather haversack.
  66. >
  67. mc_pound.cmd, mc_include.cmd(1109): [RETURN:]
  68. mc_pound.cmd, mc_include.cmd(1110): [pause 0.0001]
  69. mc_pound.cmd, mc_include.cmd(1111): [return ]
  70. mc_pound.cmd, mc_include.cmd(1053): [return]
  71. mc_pound.cmd(262): [}]
  72. mc_pound.cmd(263): [pause 1]
  73. mc_pound.cmd(264): [if 1 = 1 then]
  74. mc_pound.cmd(264): [gosub GET pugio from anvil]
  75. mc_pound.cmd, mc_include.cmd(950): [var Get pugio from anvil]
  76. mc_pound.cmd, mc_include.cmd(951): [var LOCATION GET_1]
  77. mc_pound.cmd, mc_include.cmd(952): [pause 0.0001]
  78. mc_pound.cmd, mc_include.cmd(953): [GET_1:]
  79. mc_pound.cmd, mc_include.cmd(954): [matchre WAIT ^\.\.\.wait|^Sorry\,]
  80. mc_pound.cmd, mc_include.cmd(955): [matchre WAIT ^You struggle with .* great weight but can't quite lift it\!]
  81. mc_pound.cmd, mc_include.cmd(956): [matchre IMMOBILE ^You don't seem to be able to move to do that]
  82. mc_pound.cmd, mc_include.cmd(957): [matchre WEBBED ^You can't do that while entangled in a web]
  83. mc_pound.cmd, mc_include.cmd(958): [matchre STUNNED ^You are still stunned]
  84. mc_pound.cmd, mc_include.cmd(959): [matchre HOLD_1 ^But that is already in your inventory\.]
  85. mc_pound.cmd, mc_include.cmd(960): [matchre RETURN ^You get .*\.]
  86. mc_pound.cmd, mc_include.cmd(961): [matchre RETURN ^You pick up .*\.]
  87. mc_pound.cmd, mc_include.cmd(962): [matchre RETURN ^You carefully remove .* from the bundle\.]
  88. mc_pound.cmd, mc_include.cmd(963): [matchre RETURN ^You are already holding that\.]
  89. mc_pound.cmd, mc_include.cmd(964): [matchre RETURN ^Get what\?]
  90. mc_pound.cmd, mc_include.cmd(965): [matchre RETURN ^I could not find what you were referring to\.]
  91. mc_pound.cmd, mc_include.cmd(966): [matchre RETURN ^What were you referring to\?]
  92. mc_pound.cmd, mc_include.cmd(967): [matchre RETURN ^You grab .*(?:\.|\!|\?)]
  93. mc_pound.cmd, mc_include.cmd(968): [matchre RETURN ^As best it can\, .* moves in your direction\.]
  94. mc_pound.cmd, mc_include.cmd(969): [matchre UNTIE ^You pull at it]
  95. mc_pound.cmd, mc_include.cmd(970): [send get pugio from anvil]
  96. mc_pound.cmd, mc_include.cmd(971): [matchwait 15]
  97. get pugio from anvil
  98. That is far too hot to touch! You think you must complete the forging process, or stop early by cleaning the anvil, destroying anything on it!
  99. Roundtime: 2 sec.
  100. R>
  101. RT with no EXP.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement