Herb Healer (script): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
<br> |
<br> |
||
{{tt|.herb check}}: checks your herb pouch for missing herbs |
{{tt|.herb check}}: checks your herb pouch for missing herbs |
||
==Changelog== |
|||
'''3/8/2018''' |
|||
*Fixed hangup on cebi tea. |
|||
'''9/5/2012''' |
|||
*Script is now compatible with the new stackable herb pouches sold at [[Foraging Emporium]]. (If you use something other than an herb pouch, replace "herb pouch" with your container.) This modification was required, because when "leaf" herbs are stacked, they show up as "leaves," but the noun is still "leaf." |
|||
'''3/9/2012''' |
|||
*Added support for the herbal food and beverages sold at [[Herb's Bakery]] |
|||
*Condensed consumption variable setting for easier editing |
|||
*Fixed: failure to recognize external limb wounds |
|||
*Fixed: failure to list missing herbs in heal mode |
|||
==Script== |
==Script== |
||
<pre> |
<pre>IF_1 GOTO %1 |
||
IF_1 GOTO %1 |
|||
GOTO INIT |
GOTO INIT |
||
CHE: |
|||
CHECK: |
CHECK: |
||
#Initialize supplies |
|||
BUY: |
|||
LOOT: |
|||
#Initialize Supplies |
|||
setvar need_aevaes 1 |
setvar need_aevaes 1 |
||
setvar need_aloe 1 |
setvar need_aloe 1 |
||
Line 68: | Line 78: | ||
INIT: |
INIT: |
||
#Initialize supplies |
|||
setvar need_aevaes 1 |
|||
setvar need_aloe 1 |
|||
setvar need_blocil_or_junliar 1 |
|||
setvar need_cebi 1 |
|||
setvar need_eghmok 1 |
|||
setvar need_georin 1 |
|||
setvar need_hisan 1 |
|||
setvar need_hulnik 1 |
|||
setvar need_ithor 1 |
|||
setvar need_jadice 1 |
|||
setvar need_lujeakave 1 |
|||
setvar need_muljin 1 |
|||
setvar need_nemoih 1 |
|||
setvar need_nilos 1 |
|||
setvar need_plovik 1 |
|||
setvar need_riolur 1 |
|||
setvar need_sufil 1 |
|||
setvar need_yelith 1 |
|||
action setvariable need_aevaes 0 when ^You rummage.*aevaes |
|||
#Initialize Supplies |
|||
action setvariable need_aloe 0 when ^You rummage.*aloe |
|||
setvar need_aevaes 0 |
|||
action setvariable need_blocil_or_junliar 0 when ^You rummage.*(blocil|junliar) |
|||
setvar need_aloe 0 |
|||
action setvariable need_cebi 0 when ^You rummage.*cebi |
|||
setvar need_blocil_or_junliar 0 |
|||
action setvariable need_eghmok 0 when ^You rummage.*eghmok |
|||
setvar need_cebi 0 |
|||
action setvariable need_georin 0 when ^You rummage.*georin |
|||
setvar need_eghmok 0 |
|||
action setvariable need_hisan 0 when ^You rummage.*hisan |
|||
setvar need_georin 0 |
|||
action setvariable need_hulnik 0 when ^You rummage.*hulnik |
|||
setvar need_hisan 0 |
|||
action setvariable need_ithor 0 when ^You rummage.*ithor |
|||
setvar need_hulnik 0 |
|||
action setvariable need_jadice 0 when ^You rummage.*jadice |
|||
setvar need_ithor 0 |
|||
action setvariable need_lujeakave 0 when ^You rummage.*lujeakave |
|||
setvar need_jadice 0 |
|||
action setvariable need_muljin 0 when ^You rummage.*muljin |
|||
setvar need_lujeakave 0 |
|||
action setvariable need_nemoih 0 when ^You rummage.*nemoih |
|||
setvar need_muljin 0 |
|||
action setvariable need_nilos 0 when ^You rummage.*nilos |
|||
setvar need_nemoih 0 |
|||
action setvariable need_plovik 0 when ^You rummage.*plovik |
|||
setvar need_nilos 0 |
|||
action setvariable need_riolur 0 when ^You rummage.*riolur |
|||
setvar need_plovik 0 |
|||
action setvariable need_sufil 0 when ^You rummage.*sufil |
|||
setvar need_riolur 0 |
|||
action setvariable need_yelith 0 when ^You rummage.*yelith |
|||
setvar need_sufil 0 |
|||
setvar need_yelith 0 |
|||
# Initialize wound variables |
# Initialize wound variables |
||
Line 111: | Line 139: | ||
#Initialize preparation variables |
#Initialize preparation variables |
||
send rummage in my herb pouch |
send rummage in my herb pouch |
||
action setvariable prep_aevaes $1 when ^You rummage .+ aevaes (balm|berries|coffee|elixir|flower|grass|leaf|mash|moss|paste|pollen|potion|powder|pulp|root|salve|sap|solution|stem|tea|tincture) |
action setvariable prep_aevaes $1 when ^You rummage .+ aevaes (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
||
action setvariable |
action setvariable prep_aevaes leaf when ^You rummage .+ aevaes leaves |
||
action setvariable |
action setvariable prep_aevaes mead when ^You rummage .+ mead flavored with aevaes |
||
action setvariable |
action setvariable prep_aloe $1 when ^You rummage .+ aloe (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
||
action setvariable |
action setvariable prep_aloe leaf when ^You rummage .+ aloe leaves |
||
action setvariable |
action setvariable prep_blocil $1 when ^You rummage .+ blocil (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
||
action setvariable |
action setvariable prep_blocil leaf when ^You rummage .+ blocil leaves |
||
action setvariable |
action setvariable prep_blocil scone when ^You rummage .+ blocil berry scone |
||
action setvariable |
action setvariable prep_cebi $1 when ^You rummage .+ cebi (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
||
action setvariable prep_cebi leaf when ^You rummage .+ cebi leaves |
|||
action setvariable prep_eghmok $1 when ^You rummage .+ eghmok (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
|||
action setvariable prep_eghmok leaf when ^You rummage .+ eghmok leaves |
|||
action setvariable prep_georin $1 when ^You rummage .+ georin (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
|||
action setvariable prep_georin leaf when ^You rummage .+ georin leaves |
|||
action setvariable prep_hisan $1 when ^You rummage .+ hisan (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
|||
action setvariable prep_hisan leaf when ^You rummage .+ hisan leaves |
|||
action setvariable prep_hulnik $1 when ^You rummage .+ hulnik (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
|||
action setvariable prep_hulnik leaf when ^You rummage .+ hulnik leaves |
|||
action setvariable prep_ithor $1 when ^You rummage .+ ithor (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
|||
action setvariable prep_ithor leaf when ^You rummage .+ ithor leaves |
|||
action setvariable prep_jadice $1 when ^You rummage .+ jadice (balm|berries|coffee|elixir|flower|grass|leaf|mash|moss|potion|powder|pulp|root|salve|sap|solution|stem|tea|tincture) |
action setvariable prep_jadice $1 when ^You rummage .+ jadice (balm|berries|coffee|elixir|flower|grass|leaf|mash|moss|potion|powder|pulp|root|salve|sap|solution|stem|tea|tincture) |
||
action setvariable |
action setvariable prep_jadice leaf when ^You rummage .+ jadice leaves |
||
action setvariable |
action setvariable prep_jadice sticky-bun when ^You rummage .+ jadice pollen sticky-bun |
||
action setvariable |
action setvariable prep_junliar $1 when ^You rummage .+ junliar (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
||
action setvariable |
action setvariable prep_junliar leaf when ^You rummage .+ junliar leaves |
||
action setvariable |
action setvariable prep_lujeakave $1 when ^You rummage .+ lujeakave (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
||
action setvariable |
action setvariable prep_lujeakave leaf when ^You rummage .+ lujeakave leaves |
||
action setvariable |
action setvariable prep_muljin $1 when ^You rummage .+ muljin (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
||
action setvariable |
action setvariable prep_muljin leaf when ^You rummage .+ muljin leaves |
||
action setvariable |
action setvariable prep_nemoih $1 when ^You rummage .+ nemoih (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
||
action setvariable prep_nemoih leaf when ^You rummage .+ nemoih leaves |
|||
pause |
|||
action setvariable prep_nilos $1 when ^You rummage .+ nilos (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
|||
action setvariable prep_nilos leaf when ^You rummage .+ nilos leaves |
|||
action setvariable prep_plovik $1 when ^You rummage .+ plovik (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
|||
action setvariable prep_plovik leaf when ^You rummage .+ plovik leaves |
|||
action setvariable prep_riolur $1 when ^You rummage .+ riolur (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
|||
action setvariable prep_riolur leaf when ^You rummage .+ riolur leaves |
|||
action setvariable prep_riolur cookie when ^You rummage .+ riolur shortbread cookie |
|||
action setvariable prep_sufil $1 when ^You rummage .+ sufil (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
|||
action setvariable prep_sulfil leaf when ^You rummage .+ sulfil leaves |
|||
action setvariable prep_yelith $1 when ^You rummage .+ yelith (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) |
|||
action setvariable prep_yelith leaf when ^You rummage .+ yelith leaves |
|||
waitforre ^You rummage |
|||
# Initialize actions |
# Initialize actions |
||
Line 146: | Line 197: | ||
ACTION setvar ext_back 1 WHEN (abrasions|scuffing|scratches|cuts and bruises|cuts|slashes|holes) (about|across|along|around|from|in|of|on|to) the back|(shattered|destroyed) back |
ACTION setvar ext_back 1 WHEN (abrasions|scuffing|scratches|cuts and bruises|cuts|slashes|holes) (about|across|along|around|from|in|of|on|to) the back|(shattered|destroyed) back |
||
ACTION setvar int_back 1 WHEN (about|across|along|around|from|in|of|on|to) the back|(bruised|swollen) back|inside back |
ACTION setvar int_back 1 WHEN (about|across|along|around|from|in|of|on|to) the back|(bruised|swollen) back|inside back |
||
ACTION setvar ext_limb 1 WHEN ( |
ACTION setvar ext_limb 1 WHEN (abrasions|scuffing|scratches|cuts and bruises|cuts|slashes|holes) (about|across|along|around|from|in|of|on|to) the ((right|left) (hand|arm|leg)|tail)|(broken|shattered) ((right|left) (hand|arm|leg)|tail)|stump for a ((right|left) (hand|arm|leg)|tail) |
||
ACTION setvar int_limb 1 WHEN bruising (about|across|along|around|from|in|of|on|to) the ((right|left) (hand|arm|leg)|tail)|(bruised|swollen) ((right|left) (hand|arm|leg)|tail)|inside ((right|left|r\.|l\.) (hand|arm|leg)|tail) |
ACTION setvar int_limb 1 WHEN bruising (about|across|along|around|from|in|of|on|to) the ((right|left) (hand|arm|leg)|tail)|(bruised|swollen) ((right|left) (hand|arm|leg)|tail)|inside ((right|left|r\.|l\.) (hand|arm|leg)|tail) |
||
ACTION setvar ext_eye 1 WHEN (black and blue|swollen|bleeding|slashed|shattered) (right|left) eye|cavity for a (right|left) eye |
ACTION setvar ext_eye 1 WHEN (black and blue|swollen|bleeding|slashed|shattered) (right|left) eye|cavity for a (right|left) eye |
||
ACTION setvar int_eye 1 WHEN bruising (about|across|along|around|from|in|of|on|to) the (right|left) eye|bruised (right|left) eye|bruised and (crossed|cloudy|blind) (right|left) eye|inside ((right|left)|r\.|l\.) eye |
ACTION setvar int_eye 1 WHEN bruising (about|across|along|around|from|in|of|on|to) the (right|left) eye|bruised (right|left) eye|bruised and (crossed|cloudy|blind) (right|left) eye|inside ((right|left)|r\.|l\.) eye |
||
ACTION setvar ext_scar 1 WHEN a stump for|flesh stump for|gashes|malformed|missing|non-existent|scarred|scarring|scars|shriveled|skin discoloration|skin loss|skin tone|socket|stump |
ACTION setvar ext_scar 1 WHEN a stump for|flesh stump for|gashes|malformed|missing|non-existent|scarred|scarring|scars|shriveled|skin discoloration|skin loss|skin tone|socket|stump |
||
ACTION setvar int_scar 1 WHEN a blind|blank stare|breath|clouded|emaciated|move|moving|numbness|pallor|paralyzed|twitch|twitching |
ACTION setvar int_scar 1 WHEN a blind|blank stare|breath|clouded|emaciated|move|moving|numbness|pallor|paralyzed|twitch|twitching |
||
Line 162: | Line 211: | ||
nerves: |
nerves: |
||
if (%nerves = 1) then GOTO heal_nerves |
|||
GOTO skin |
|||
heal_nerves: |
heal_nerves: |
||
if matchre ("%prep_lujeakave", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_lujeakave", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_lujeakave = "elixir") then var consume drink |
|||
if matchre ("%prep_lujeakave", "(balm|salve)") then var consume rub |
|||
SAVE lujeakave |
|||
if (%prep_lujeakave = "potion") then var consume drink |
|||
matchre heal_nerves ...wait |
|||
if (%prep_lujeakave = "solution") then var consume drink |
|||
matchre nerves_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_lujeakave = "tea") then var consume drink |
|||
matchre rub_lujeakave ^Rub what |
|||
if (%prep_lujeakave = "tincture") then var consume drink |
|||
matchre need_lujeakave ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_lujeakave = "berries") then var consume eat |
|||
send %consume my lujeakave %prep_lujeakave |
|||
if (%prep_lujeakave = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_lujeakave = "grass") then var consume eat |
|||
if (%prep_lujeakave = "leaf") then var consume eat |
|||
rub_lujeakave: |
|||
if (%prep_lujeakave = "moss") then var consume eat |
|||
send get my lujeakave %prep_lujeakave |
|||
if (%prep_lujeakave = "paste") then var consume eat |
|||
matchre need_lujeakave ^What were you referring |
|||
if (%prep_lujeakave = "pollen") then var consume eat |
|||
matchwait 1 |
|||
if (%prep_lujeakave = "powder") then var consume eat |
|||
send rub my lujeakave %prep_lujeakave |
|||
if (%prep_lujeakave = "pulp") then var consume eat |
|||
waitforre ^You rub |
|||
if (%prep_lujeakave = "root") then var consume eat |
|||
send stow my lujeakave %prep_lujeakave |
|||
if (%prep_lujeakave = "sap") then var consume eat |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
if (%prep_lujeakave = "stem") then var consume eat |
|||
if (%prep_lujeakave = "balm") then var consume rub |
|||
if (%prep_lujeakave = "salve") then var consume rub |
|||
SAVE lujeakave |
|||
matchre heal_nerves ...wait |
|||
matchre nerves_scar ^You apply|^You drink|^You eat |
|||
matchre rub_lujeakave ^Rub what |
|||
matchre need_lujeakave ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my lujeakave %prep_lujeakave |
|||
matchwait |
|||
rub_lujeakave: |
|||
send get my lujeakave %prep_lujeakave |
|||
matchre need_lujeakave ^What were you referring |
|||
matchwait 1 |
|||
send rub my lujeakave %prep_lujeakave |
|||
waitforre ^You rub |
|||
send stow my lujeakave %prep_lujeakave |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
nerves_scar: |
nerves_scar: |
||
gosub set_int_scar |
|||
goto skin |
|||
need_lujeakave: |
need_lujeakave: |
||
setvar need_lujeakave 1 |
|||
skin: |
skin: |
||
if (%skin = 1) then GOTO heal_skin |
|||
GOTO ext_head |
|||
heal_skin: |
heal_skin: |
||
if matchre ("%prep_aloe", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_aloe", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_aloe = "elixir") then var consume drink |
|||
if matchre ("%prep_aloe", "(balm|salve)") then var consume rub |
|||
SAVE aloe |
|||
if (%prep_aloe = "potion") then var consume drink |
|||
matchre heal_skin ...wait |
|||
if (%prep_aloe = "solution") then var consume drink |
|||
matchre skin_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_aloe = "tea") then var consume drink |
|||
matchre rub_aloe ^Rub what |
|||
if (%prep_aloe = "tincture") then var consume drink |
|||
matchre need_aloe ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_aloe = "berries") then var consume eat |
|||
send %consume my aloe %prep_aloe |
|||
if (%prep_aloe = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_aloe = "grass") then var consume eat |
|||
if (%prep_aloe = "leaf") then var consume eat |
|||
rub_aloe: |
|||
if (%prep_aloe = "moss") then var consume eat |
|||
send get my aloe %prep_aloe |
|||
if (%prep_aloe = "paste") then var consume eat |
|||
matchre need_aloe ^What were you referring |
|||
if (%prep_aloe = "pollen") then var consume eat |
|||
matchwait 1 |
|||
if (%prep_aloe = "powder") then var consume eat |
|||
send rub my aloe %prep_aloe |
|||
if (%prep_aloe = "pulp") then var consume eat |
|||
waitforre ^You rub |
|||
if (%prep_aloe = "root") then var consume eat |
|||
send stow my aloe %prep_aloe |
|||
if (%prep_aloe = "sap") then var consume eat |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
if (%prep_aloe = "stem") then var consume eat |
|||
if (%prep_aloe = "balm") then var consume rub |
|||
if (%prep_aloe = "salve") then var consume rub |
|||
SAVE aloe |
|||
matchre heal_skin ...wait |
|||
matchre skin_scar ^You apply|^You drink|^You eat |
|||
matchre rub_aloe ^Rub what |
|||
matchre need_aloe ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my aloe %prep_aloe |
|||
matchwait |
|||
rub_aloe: |
|||
send get my aloe %prep_aloe |
|||
matchre need_aloe ^What were you referring |
|||
matchwait 1 |
|||
send rub my aloe %prep_aloe |
|||
waitforre ^You rub |
|||
send stow my aloe %prep_aloe |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
skin_scar: |
skin_scar: |
||
gosub set_ext_scar |
|||
goto ext_head |
|||
need_aloe: |
need_aloe: |
||
setvar need_aloe 1 |
|||
ext_head: |
ext_head: |
||
if (%ext_head = 1) then GOTO heal_ext_head |
|||
GOTO int_head |
|||
heal_ext_head: |
heal_ext_head: |
||
if matchre ("%prep_nemoih", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_nemoih", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_nemoih = "elixir") then var consume drink |
|||
if matchre ("%prep_nemoih", "(balm|salve)") then var consume rub |
|||
SAVE nemoih |
|||
if (%prep_nemoih = "potion") then var consume drink |
|||
matchre heal_ext_head ...wait |
|||
if (%prep_nemoih = "solution") then var consume drink |
|||
matchre ext_head_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_nemoih = "tea") then var consume drink |
|||
matchre rub_nemoih ^Rub what |
|||
if (%prep_nemoih = "tincture") then var consume drink |
|||
matchre need_nemoih ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_nemoih = "berries") then var consume eat |
|||
send %consume my nemoih %prep_nemoih |
|||
if (%prep_nemoih = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_nemoih = "grass") then var consume eat |
|||
if (%prep_nemoih = "leaf") then var consume eat |
|||
rub_nemoih: |
|||
if (%prep_nemoih = "moss") then var consume eat |
|||
send get my nemoih %prep_nemoih |
|||
if (%prep_nemoih = "paste") then var consume eat |
|||
matchre need_nemoih ^What were you referring |
|||
if (%prep_nemoih = "pollen") then var consume eat |
|||
matchwait 1 |
|||
if (%prep_nemoih = "powder") then var consume eat |
|||
send rub my nemoih %prep_nemoih |
|||
if (%prep_nemoih = "pulp") then var consume eat |
|||
waitforre ^You rub |
|||
if (%prep_nemoih = "root") then var consume eat |
|||
send stow my nemoih %prep_nemoih |
|||
if (%prep_nemoih = "sap") then var consume eat |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
if (%prep_nemoih = "stem") then var consume eat |
|||
if (%prep_nemoih = "balm") then var consume rub |
|||
if (%prep_nemoih = "salve") then var consume rub |
|||
SAVE nemoih |
|||
matchre heal_ext_head ...wait |
|||
matchre ext_head_scar ^You apply|^You drink|^You eat |
|||
matchre rub_nemoih ^Rub what |
|||
matchre need_nemoih ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my nemoih %prep_nemoih |
|||
matchwait |
|||
rub_nemoih: |
|||
send get my nemoih %prep_nemoih |
|||
matchre need_nemoih ^What were you referring |
|||
matchwait 1 |
|||
send rub my nemoih %prep_nemoih |
|||
waitforre ^You rub |
|||
send stow my nemoih %prep_nemoih |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
ext_head_scar: |
ext_head_scar: |
||
gosub set_ext_scar |
|||
goto int_head |
|||
need_nemoih: |
need_nemoih: |
||
setvar need_nemoih 1 |
|||
int_head: |
int_head: |
||
if (%int_head = 1) then GOTO heal_int_head |
|||
GOTO ext_neck |
|||
heal_int_head: |
heal_int_head: |
||
if matchre ("%prep_eghmok", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_eghmok", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_eghmok = "elixir") then var consume drink |
|||
if matchre ("%prep_eghmok", "(balm|salve)") then var consume rub |
|||
SAVE eghmok |
|||
if (%prep_eghmok = "potion") then var consume drink |
|||
matchre heal_int_head ...wait |
|||
if (%prep_eghmok = "solution") then var consume drink |
|||
matchre int_head_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_eghmok = "tea") then var consume drink |
|||
matchre rub_eghmok ^Rub what |
|||
if (%prep_eghmok = "tincture") then var consume drink |
|||
matchre need_eghmok ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_eghmok = "berries") then var consume eat |
|||
send %consume my eghmok %prep_eghmok |
|||
if (%prep_eghmok = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_eghmok = "grass") then var consume eat |
|||
if (%prep_eghmok = "leaf") then var consume eat |
|||
rub_eghmok: |
|||
if (%prep_eghmok = "moss") then var consume eat |
|||
send get my eghmok %prep_eghmok |
|||
if (%prep_eghmok = "paste") then var consume eat |
|||
matchre need_eghmok ^What were you referring |
|||
if (%prep_eghmok = "pollen") then var consume eat |
|||
matchwait 1 |
|||
if (%prep_eghmok = "powder") then var consume eat |
|||
send rub my eghmok %prep_eghmok |
|||
if (%prep_eghmok = "pulp") then var consume eat |
|||
waitforre ^You rub |
|||
if (%prep_eghmok = "root") then var consume eat |
|||
send stow my eghmok %prep_eghmok |
|||
if (%prep_eghmok = "sap") then var consume eat |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
if (%prep_eghmok = "stem") then var consume eat |
|||
if (%prep_eghmok = "balm") then var consume rub |
|||
if (%prep_eghmok = "salve") then var consume rub |
|||
SAVE eghmok |
|||
matchre heal_int_head ...wait |
|||
matchre int_head_scar ^You apply|^You drink|^You eat |
|||
matchre rub_eghmok ^Rub what |
|||
matchre need_eghmok ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my eghmok %prep_eghmok |
|||
matchwait |
|||
rub_eghmok: |
|||
send get my eghmok %prep_eghmok |
|||
matchre need_eghmok ^What were you referring |
|||
matchwait 1 |
|||
send rub my eghmok %prep_eghmok |
|||
waitforre ^You rub |
|||
send stow my eghmok %prep_eghmok |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
int_head_scar: |
int_head_scar: |
||
gosub set_int_scar |
|||
goto ext_neck |
|||
need_eghmok: |
need_eghmok: |
||
setvar need_eghmok 1 |
|||
ext_neck: |
ext_neck: |
||
if (%ext_neck = 1) then GOTO heal_ext_neck |
|||
GOTO int_neck |
|||
heal_ext_neck: |
heal_ext_neck: |
||
if matchre ("%prep_georin", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_georin", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_georin = "elixir") then var consume drink |
|||
if matchre ("%prep_georin", "(balm|salve)") then var consume rub |
|||
SAVE georin |
|||
if (%prep_georin = "potion") then var consume drink |
|||
matchre heal_ext_neck ...wait |
|||
if (%prep_georin = "solution") then var consume drink |
|||
matchre ext_neck_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_georin = "tea") then var consume drink |
|||
matchre rub_georin ^Rub what |
|||
if (%prep_georin = "tincture") then var consume drink |
|||
matchre need_georin ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_georin = "berries") then var consume eat |
|||
send %consume my georin %prep_georin |
|||
if (%prep_georin = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_georin = "grass") then var consume eat |
|||
if (%prep_georin = "leaf") then var consume eat |
|||
rub_georin: |
|||
if (%prep_georin = "moss") then var consume eat |
|||
send get my georin %prep_georin |
|||
if (%prep_georin = "paste") then var consume eat |
|||
matchre need_georin ^What were you referring |
|||
if (%prep_georin = "pollen") then var consume eat |
|||
matchwait 1 |
|||
if (%prep_georin = "powder") then var consume eat |
|||
send rub my georin %prep_georin |
|||
if (%prep_georin = "pulp") then var consume eat |
|||
waitforre ^You rub |
|||
if (%prep_georin = "root") then var consume eat |
|||
send stow my georin %prep_georin |
|||
if (%prep_georin = "sap") then var consume eat |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
if (%prep_georin = "stem") then var consume eat |
|||
if (%prep_georin = "balm") then var consume rub |
|||
if (%prep_georin = "salve") then var consume rub |
|||
SAVE georin |
|||
matchre heal_ext_neck ...wait |
|||
matchre ext_neck_scar ^You apply|^You drink|^You eat |
|||
matchre rub_georin ^Rub what |
|||
matchre need_georin ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my georin %prep_georin |
|||
matchwait |
|||
rub_georin: |
|||
send get my georin %prep_georin |
|||
matchre need_georin ^What were you referring |
|||
matchwait 1 |
|||
send rub my georin %prep_georin |
|||
waitforre ^You rub |
|||
send stow my georin %prep_georin |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
ext_neck_scar: |
ext_neck_scar: |
||
gosub set_ext_scar |
|||
goto int_neck |
|||
need_georin: |
need_georin: |
||
setvar need_georin 1 |
|||
int_neck: |
int_neck: |
||
if (%int_neck = 1) then GOTO heal_int_neck |
|||
GOTO ext_chest |
|||
heal_int_neck: |
heal_int_neck: |
||
if matchre ("%prep_riolur", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_riolur", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_riolur = "elixir") then var consume drink |
|||
if matchre ("%prep_riolur", "(balm|salve)") then var consume rub |
|||
SAVE riolur |
|||
if (%prep_riolur = "potion") then var consume drink |
|||
matchre heal_int_neck ...wait |
|||
if (%prep_riolur = "solution") then var consume drink |
|||
matchre int_neck_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_riolur = "tea") then var consume drink |
|||
matchre rub_riolur ^Rub what |
|||
if (%prep_riolur = "tincture") then var consume drink |
|||
matchre need_riolur ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_riolur = "berries") then var consume eat |
|||
send %consume my riolur %prep_riolur |
|||
if (%prep_riolur = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_riolur = "grass") then var consume eat |
|||
if (%prep_riolur = "leaf") then var consume eat |
|||
rub_riolur: |
|||
if (%prep_riolur = "moss") then var consume eat |
|||
send get my riolur %prep_riolur |
|||
if (%prep_riolur = "paste") then var consume eat |
|||
matchre need_riolur ^What were you referring |
|||
if (%prep_riolur = "pollen") then var consume eat |
|||
matchwait 1 |
|||
if (%prep_riolur = "powder") then var consume eat |
|||
send rub my riolur %prep_riolur |
|||
if (%prep_riolur = "pulp") then var consume eat |
|||
waitforre ^You rub |
|||
if (%prep_riolur = "root") then var consume eat |
|||
send stow my riolur %prep_riolur |
|||
if (%prep_riolur = "sap") then var consume eat |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
if (%prep_riolur = "stem") then var consume eat |
|||
if (%prep_riolur = "balm") then var consume rub |
|||
if (%prep_riolur = "salve") then var consume rub |
|||
SAVE riolur |
|||
matchre heal_int_neck ...wait |
|||
matchre int_neck_scar ^You apply|^You drink|^You eat |
|||
matchre rub_riolur ^Rub what |
|||
matchre need_riolur ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my riolur %prep_riolur |
|||
matchwait |
|||
rub_riolur: |
|||
send get my riolur %prep_riolur |
|||
matchre need_riolur ^What were you referring |
|||
matchwait 1 |
|||
send rub my riolur %prep_riolur |
|||
waitforre ^You rub |
|||
send stow my riolur %prep_riolur |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
int_neck_scar: |
int_neck_scar: |
||
gosub set_int_scar |
|||
goto ext_chest |
|||
need_riolur: |
need_riolur: |
||
setvar need_riolur 1 |
|||
ext_chest: |
ext_chest: |
||
if (%ext_chest = 1) then GOTO heal_ext_chest |
|||
GOTO int_chest |
|||
heal_ext_chest: |
heal_ext_chest: |
||
if matchre ("%prep_plovik", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_plovik", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_plovik = "elixir") then var consume drink |
|||
if matchre ("%prep_plovik", "(balm|salve)") then var consume rub |
|||
SAVE plovik |
|||
if (%prep_plovik = "potion") then var consume drink |
|||
matchre heal_ext_chest ...wait |
|||
if (%prep_plovik = "solution") then var consume drink |
|||
matchre ext_chest_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_plovik = "tea") then var consume drink |
|||
matchre rub_plovik ^Rub what |
|||
if (%prep_plovik = "tincture") then var consume drink |
|||
matchre need_plovik ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_plovik = "berries") then var consume eat |
|||
send %consume my plovik %prep_plovik |
|||
if (%prep_plovik = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_plovik = "grass") then var consume eat |
|||
if (%prep_plovik = "leaf") then var consume eat |
|||
if (%prep_plovik = "moss") then var consume eat |
|||
if (%prep_plovik = "paste") then var consume eat |
|||
if (%prep_plovik = "pollen") then var consume eat |
|||
if (%prep_plovik = "powder") then var consume eat |
|||
if (%prep_plovik = "pulp") then var consume eat |
|||
if (%prep_plovik = "root") then var consume eat |
|||
if (%prep_plovik = "sap") then var consume eat |
|||
if (%prep_plovik = "stem") then var consume eat |
|||
if (%prep_plovik = "balm") then var consume rub |
|||
if (%prep_plovik = "salve") then var consume rub |
|||
SAVE plovik |
|||
matchre heal_ext_chest ...wait |
|||
matchre ext_chest_scar ^You apply|^You drink|^You eat |
|||
matchre rub_plovik ^Rub what |
|||
matchre need_plovik ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my plovik %prep_plovik |
|||
matchwait |
|||
rub_plovik: |
|||
send get my plovik %prep_plovik |
|||
matchre need_plovik ^What were you referring |
|||
matchwait 1 |
|||
send rub my plovik %prep_plovik |
|||
waitforre ^You rub |
|||
send stow my plovik %prep_plovik |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
ext_chest_scar: |
ext_chest_scar: |
||
gosub set_ext_scar |
|||
goto int_chest |
|||
need_plovik: |
need_plovik: |
||
setvar need_plovik 1 |
|||
int_chest: |
int_chest: |
||
if (%int_chest = 1) then GOTO heal_int_chest |
|||
GOTO ext_abdomen |
|||
heal_int_chest: |
heal_int_chest: |
||
if matchre ("%prep_ithor", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_ithor", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_ithor = "elixir") then var consume drink |
|||
if matchre ("%prep_ithor", "(balm|salve)") then var consume rub |
|||
SAVE ithor |
|||
if (%prep_ithor = "potion") then var consume drink |
|||
matchre heal_int_chest ...wait |
|||
if (%prep_ithor = "solution") then var consume drink |
|||
matchre int_chest_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_ithor = "tea") then var consume drink |
|||
matchre rub_ithor ^Rub what |
|||
if (%prep_ithor = "tincture") then var consume drink |
|||
matchre need_ithor ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_ithor = "berries") then var consume eat |
|||
send %consume my ithor %prep_ithor |
|||
if (%prep_ithor = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_ithor = "grass") then var consume eat |
|||
if (%prep_ithor = "leaf") then var consume eat |
|||
if (%prep_ithor = "moss") then var consume eat |
|||
if (%prep_ithor = "paste") then var consume eat |
|||
if (%prep_ithor = "pollen") then var consume eat |
|||
if (%prep_ithor = "powder") then var consume eat |
|||
if (%prep_ithor = "pulp") then var consume eat |
|||
if (%prep_ithor = "root") then var consume eat |
|||
if (%prep_ithor = "sap") then var consume eat |
|||
if (%prep_ithor = "stem") then var consume eat |
|||
if (%prep_ithor = "balm") then var consume rub |
|||
if (%prep_ithor = "salve") then var consume rub |
|||
rub_ithor: |
|||
SAVE ithor |
|||
send get my ithor %prep_ithor |
|||
matchre heal_int_chest ...wait |
|||
matchre need_ithor ^What were you referring |
|||
matchwait 1 |
|||
matchre rub_ithor ^Rub what |
|||
send rub my ithor %prep_ithor |
|||
matchre need_ithor ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
waitforre ^You rub |
|||
send %consume my ithor %prep_ithor |
|||
send stow my ithor %prep_ithor |
|||
matchwait |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
rub_ithor: |
|||
send get my ithor %prep_ithor |
|||
matchre need_ithor ^What were you referring |
|||
matchwait 1 |
|||
send rub my ithor %prep_ithor |
|||
waitforre ^You rub |
|||
send stow my ithor %prep_ithor |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
int_chest_scar: |
int_chest_scar: |
||
gosub set_int_scar |
|||
goto ext_abdomen |
|||
need_ithor: |
need_ithor: |
||
setvar need_ithor 1 |
|||
ext_abdomen: |
ext_abdomen: |
||
if (%ext_abdomen = 1) then GOTO heal_ext_abdomen |
|||
GOTO int_abdomen |
|||
heal_ext_abdomen: |
heal_ext_abdomen: |
||
if matchre ("%prep_nilos", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_nilos", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_nilos = "elixir") then var consume drink |
|||
if matchre ("%prep_nilos", "(balm|salve)") then var consume rub |
|||
SAVE nilos |
|||
if (%prep_nilos = "potion") then var consume drink |
|||
matchre heal_ext_abdomen ...wait |
|||
if (%prep_nilos = "solution") then var consume drink |
|||
matchre ext_abdomen_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_nilos = "tea") then var consume drink |
|||
matchre rub_nilos ^Rub what |
|||
if (%prep_nilos = "tincture") then var consume drink |
|||
matchre need_nilos ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_nilos = "berries") then var consume eat |
|||
send %consume my nilos %prep_nilos |
|||
if (%prep_nilos = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_nilos = "grass") then var consume eat |
|||
if (%prep_nilos = "leaf") then var consume eat |
|||
rub_nilos: |
|||
if (%prep_nilos = "moss") then var consume eat |
|||
send get my nilos %prep_nilos |
|||
if (%prep_nilos = "paste") then var consume eat |
|||
matchre need_nilos ^What were you referring |
|||
if (%prep_nilos = "pollen") then var consume eat |
|||
matchwait 1 |
|||
if (%prep_nilos = "powder") then var consume eat |
|||
send rub my nilos %prep_nilos |
|||
if (%prep_nilos = "pulp") then var consume eat |
|||
waitforre ^You rub |
|||
if (%prep_nilos = "root") then var consume eat |
|||
send stow my nilos %prep_nilos |
|||
if (%prep_nilos = "sap") then var consume eat |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
if (%prep_nilos = "stem") then var consume eat |
|||
if (%prep_nilos = "balm") then var consume rub |
|||
if (%prep_nilos = "salve") then var consume rub |
|||
SAVE nilos |
|||
matchre heal_ext_abdomen ...wait |
|||
matchre ext_abdomen_scar ^You apply|^You drink|^You eat |
|||
matchre rub_nilos ^Rub what |
|||
matchre need_nilos ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my nilos %prep_nilos |
|||
matchwait |
|||
rub_nilos: |
|||
send get my nilos %prep_nilos |
|||
matchre need_nilos ^What were you referring |
|||
matchwait 1 |
|||
send rub my nilos %prep_nilos |
|||
waitforre ^You rub |
|||
send stow my nilos %prep_nilos |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
ext_abdomen_scar: |
ext_abdomen_scar: |
||
gosub set_ext_scar |
|||
goto int_abdomen |
|||
need_nilos: |
need_nilos: |
||
setvar need_nilos 1 |
|||
int_abdomen: |
int_abdomen: |
||
if (%int_abdomen = 1) then GOTO heal_int_abdomen |
|||
GOTO ext_back |
|||
heal_int_abdomen: |
heal_int_abdomen: |
||
if matchre ("%prep_muljin", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_muljin", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_muljin = "elixir") then var consume drink |
|||
if matchre ("%prep_muljin", "(balm|salve)") then var consume rub |
|||
SAVE muljin |
|||
if (%prep_muljin = "potion") then var consume drink |
|||
matchre heal_int_abdomen ...wait |
|||
if (%prep_muljin = "solution") then var consume drink |
|||
matchre int_abdomen_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_muljin = "tea") then var consume drink |
|||
matchre rub_muljin ^Rub what |
|||
if (%prep_muljin = "tincture") then var consume drink |
|||
matchre need_muljin ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_muljin = "berries") then var consume eat |
|||
send %consume my muljin %prep_muljin |
|||
if (%prep_muljin = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_muljin = "grass") then var consume eat |
|||
if (%prep_muljin = "leaf") then var consume eat |
|||
if (%prep_muljin = "moss") then var consume eat |
|||
if (%prep_muljin = "paste") then var consume eat |
|||
if (%prep_muljin = "pollen") then var consume eat |
|||
if (%prep_muljin = "powder") then var consume eat |
|||
if (%prep_muljin = "pulp") then var consume eat |
|||
if (%prep_muljin = "root") then var consume eat |
|||
if (%prep_muljin = "sap") then var consume eat |
|||
if (%prep_muljin = "stem") then var consume eat |
|||
if (%prep_muljin = "balm") then var consume rub |
|||
if (%prep_muljin = "salve") then var consume rub |
|||
SAVE muljin |
|||
matchre heal_int_abdomen ...wait |
|||
matchre int_abdomen_scar ^You apply|^You drink|^You eat |
|||
matchre rub_muljin ^Rub what |
|||
matchre need_muljin ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my muljin %prep_muljin |
|||
matchwait |
|||
rub_muljin: |
|||
send get my muljin %prep_muljin |
|||
matchre need_muljin ^What were you referring |
|||
matchwait 1 |
|||
send rub my muljin %prep_muljin |
|||
waitforre ^You rub |
|||
send stow my muljin %prep_muljin |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
int_abdomen_scar: |
int_abdomen_scar: |
||
gosub set_int_scar |
|||
goto ext_back |
|||
need_muljin: |
need_muljin: |
||
setvar need_muljin 1 |
|||
ext_back: |
ext_back: |
||
if (%ext_back = 1) then GOTO heal_ext_back |
|||
GOTO int_back |
|||
heal_ext_back: |
heal_ext_back: |
||
if matchre ("%prep_hulnik", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_hulnik", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_hulnik = "elixir") then var consume drink |
|||
if matchre ("%prep_hulnik", "(balm|salve)") then var consume rub |
|||
SAVE hulnik |
|||
if (%prep_hulnik = "potion") then var consume drink |
|||
matchre heal_ext_back ...wait |
|||
if (%prep_hulnik = "solution") then var consume drink |
|||
matchre ext_back_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_hulnik = "tea") then var consume drink |
|||
matchre rub_hulnik ^Rub what |
|||
if (%prep_hulnik = "tincture") then var consume drink |
|||
matchre need_hulnik ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_hulnik = "berries") then var consume eat |
|||
send %consume my hulnik %prep_hulnik |
|||
if (%prep_hulnik = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_hulnik = "grass") then var consume eat |
|||
if (%prep_hulnik = "leaf") then var consume eat |
|||
if (%prep_hulnik = "moss") then var consume eat |
|||
if (%prep_hulnik = "paste") then var consume eat |
|||
if (%prep_hulnik = "pollen") then var consume eat |
|||
if (%prep_hulnik = "powder") then var consume eat |
|||
if (%prep_hulnik = "pulp") then var consume eat |
|||
if (%prep_hulnik = "root") then var consume eat |
|||
if (%prep_hulnik = "sap") then var consume eat |
|||
if (%prep_hulnik = "stem") then var consume eat |
|||
if (%prep_hulnik = "balm") then var consume rub |
|||
if (%prep_hulnik = "salve") then var consume rub |
|||
SAVE hulnik |
|||
matchre heal_ext_back ...wait |
|||
matchre ext_back_scar ^You apply|^You drink|^You eat |
|||
matchre rub_hulnik ^Rub what |
|||
matchre need_hulnik ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my hulnik %prep_hulnik |
|||
matchwait |
|||
rub_hulnik: |
|||
send get my hulnik %prep_hulnik |
|||
matchre need_hulnik ^What were you referring |
|||
matchwait 1 |
|||
send rub my hulnik %prep_hulnik |
|||
waitforre ^You rub |
|||
send stow my hulnik %prep_hulnik |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
ext_back_scar: |
ext_back_scar: |
||
gosub set_ext_scar |
|||
goto int_back |
|||
need_hulnik: |
need_hulnik: |
||
setvar need_hulnik 1 |
|||
int_back: |
int_back: |
||
if (%int_back = 1) then GOTO heal_int_back |
|||
GOTO ext_limb |
|||
heal_int_back: |
heal_int_back: |
||
if matchre ("%prep_blocil", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_blocil", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_blocil = "elixir") then var consume drink |
|||
if matchre ("%prep_blocil", "(balm|salve)") then var consume rub |
|||
SAVE blocil |
|||
if (%prep_blocil = "potion") then var consume drink |
|||
matchre heal_int_back ...wait |
|||
if (%prep_blocil = "solution") then var consume drink |
|||
matchre int_back_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_blocil = "tea") then var consume drink |
|||
matchre rub_blocil ^Rub what |
|||
if (%prep_blocil = "tincture") then var consume drink |
|||
matchre heal_int_back2 ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_blocil = "berries") then var consume eat |
|||
send %consume my blocil %prep_blocil |
|||
if (%prep_blocil = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_blocil = "grass") then var consume eat |
|||
if (%prep_blocil = "leaf") then var consume eat |
|||
if (%prep_blocil = "moss") then var consume eat |
|||
if (%prep_blocil = "paste") then var consume eat |
|||
if (%prep_blocil = "pollen") then var consume eat |
|||
if (%prep_blocil = "powder") then var consume eat |
|||
if (%prep_blocil = "pulp") then var consume eat |
|||
if (%prep_blocil = "root") then var consume eat |
|||
if (%prep_blocil = "sap") then var consume eat |
|||
if (%prep_blocil = "stem") then var consume eat |
|||
if (%prep_blocil = "balm") then var consume rub |
|||
if (%prep_blocil = "salve") then var consume rub |
|||
SAVE blocil |
|||
matchre heal_int_back ...wait |
|||
matchre int_back_scar ^You apply|^You drink|^You eat |
|||
matchre rub_blocil ^Rub what |
|||
matchre heal_int_back2 ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my blocil %prep_blocil |
|||
matchwait |
|||
rub_blocil: |
|||
send get my blocil %prep_blocil |
|||
matchre heal_int_back2 ^What were you referring |
|||
matchwait 1 |
|||
send rub my blocil %prep_blocil |
|||
waitforre ^You rub |
|||
send stow my blocil %prep_blocil |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
heal_int_back2: |
heal_int_back2: |
||
if matchre ("%prep_junliar", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_junliar", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_junliar = "elixir") then var consume drink |
|||
if matchre ("%prep_junliar", "(balm|salve)") then var consume rub |
|||
SAVE junliar |
|||
if (%prep_junliar = "potion") then var consume drink |
|||
matchre heal_int_back2 ...wait |
|||
if (%prep_junliar = "solution") then var consume drink |
|||
matchre int_back_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_junliar = "tea") then var consume drink |
|||
matchre rub_junliar ^Rub what |
|||
if (%prep_junliar = "tincture") then var consume drink |
|||
matchre need_blocil_or_junliar ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_junliar = "berries") then var consume eat |
|||
send %consume my junliar %prep_junliar |
|||
if (%prep_junliar = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_junliar = "grass") then var consume eat |
|||
if (%prep_junliar = "leaf") then var consume eat |
|||
if (%prep_junliar = "moss") then var consume eat |
|||
if (%prep_junliar = "paste") then var consume eat |
|||
if (%prep_junliar = "pollen") then var consume eat |
|||
if (%prep_junliar = "powder") then var consume eat |
|||
if (%prep_junliar = "pulp") then var consume eat |
|||
if (%prep_junliar = "root") then var consume eat |
|||
if (%prep_junliar = "sap") then var consume eat |
|||
if (%prep_junliar = "stem") then var consume eat |
|||
if (%prep_junliar = "balm") then var consume rub |
|||
if (%prep_junliar = "salve") then var consume rub |
|||
SAVE junliar |
|||
matchre heal_int_back2 ...wait |
|||
matchre int_back_scar ^You apply|^You drink|^You eat |
|||
matchre rub_junliar ^Rub what |
|||
matchre need_blocil_or_junliar ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my junliar %prep_junliar |
|||
matchwait |
|||
rub_junliar: |
|||
send get my junliar %prep_junliar |
|||
matchre need_blocil_or_junliar ^What were you referring |
|||
matchwait 1 |
|||
send rub my junliar %prep_junliar |
|||
waitforre ^You rub |
|||
send stow my junliar %prep_junliar |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
int_back_scar: |
int_back_scar: |
||
gosub set_int_scar |
|||
goto ext_limb |
|||
need_blocil_or_junliar: |
need_blocil_or_junliar: |
||
setvar need_blocil_or_junliar 1 |
|||
ext_limb: |
ext_limb: |
||
if (%ext_limb = 1) then GOTO heal_ext_limb |
|||
GOTO int_limb |
|||
heal_ext_limb: |
heal_ext_limb: |
||
if matchre ("%prep_jadice", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_jadice", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_jadice = "elixir") then var consume drink |
|||
if matchre ("%prep_jadice", "(balm|salve)") then var consume rub |
|||
SAVE jadice |
|||
if (%prep_jadice = "potion") then var consume drink |
|||
matchre heal_ext_limb ...wait |
|||
if (%prep_jadice = "solution") then var consume drink |
|||
matchre ext_limb_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_jadice = "tea") then var consume drink |
|||
matchre rub_jadice ^Rub what |
|||
if (%prep_jadice = "tincture") then var consume drink |
|||
matchre need_jadice ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_jadice = "berries") then var consume eat |
|||
send %consume my jadice %prep_jadice |
|||
if (%prep_jadice = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_jadice = "grass") then var consume eat |
|||
if (%prep_jadice = "leaf") then var consume eat |
|||
if (%prep_jadice = "moss") then var consume eat |
|||
if (%prep_jadice = "paste") then var consume eat |
|||
if (%prep_jadice = "pollen") then var consume eat |
|||
if (%prep_jadice = "powder") then var consume eat |
|||
if (%prep_jadice = "pulp") then var consume eat |
|||
if (%prep_jadice = "root") then var consume eat |
|||
if (%prep_jadice = "sap") then var consume eat |
|||
if (%prep_jadice = "stem") then var consume eat |
|||
if (%prep_jadice = "balm") then var consume rub |
|||
if (%prep_jadice = "salve") then var consume rub |
|||
SAVE jadice |
|||
matchre heal_ext_limb ...wait |
|||
matchre ext_limb_scar ^You apply|^You drink|^You eat |
|||
matchre rub_jadice ^Rub what |
|||
matchre need_jadice ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my jadice %prep_jadice |
|||
matchwait |
|||
rub_jadice: |
|||
send get my jadice %prep_jadice |
|||
matchre need_jadice ^What were you referring |
|||
matchwait 1 |
|||
send rub my jadice %prep_jadice |
|||
waitforre ^You rub |
|||
send stow my jadice %prep_jadice |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
ext_limb_scar: |
ext_limb_scar: |
||
gosub set_ext_scar |
|||
goto int_limb |
|||
need_jadice: |
need_jadice: |
||
setvar need_jadice 1 |
|||
int_limb: |
int_limb: |
||
if (%int_limb = 1) then GOTO heal_int_limb |
|||
GOTO ext_eye |
|||
heal_int_limb: |
heal_int_limb: |
||
if matchre ("%prep_yelith", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_yelith", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_yelith = "elixir") then var consume drink |
|||
if matchre ("%prep_yelith", "(balm|salve)") then var consume rub |
|||
SAVE yelith |
|||
if (%prep_yelith = "potion") then var consume drink |
|||
matchre heal_int_limb ...wait |
|||
if (%prep_yelith = "solution") then var consume drink |
|||
matchre int_limb_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_yelith = "tea") then var consume drink |
|||
matchre rub_yelith ^Rub what |
|||
if (%prep_yelith = "tincture") then var consume drink |
|||
matchre need_yelith ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_yelith = "berries") then var consume eat |
|||
send %consume my yelith %prep_yelith |
|||
if (%prep_yelith = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_yelith = "grass") then var consume eat |
|||
if (%prep_yelith = "leaf") then var consume eat |
|||
if (%prep_yelith = "moss") then var consume eat |
|||
if (%prep_yelith = "paste") then var consume eat |
|||
if (%prep_yelith = "pollen") then var consume eat |
|||
if (%prep_yelith = "powder") then var consume eat |
|||
if (%prep_yelith = "pulp") then var consume eat |
|||
if (%prep_yelith = "root") then var consume eat |
|||
if (%prep_yelith = "sap") then var consume eat |
|||
if (%prep_yelith = "stem") then var consume eat |
|||
if (%prep_yelith = "balm") then var consume rub |
|||
if (%prep_yelith = "salve") then var consume rub |
|||
SAVE yelith |
|||
matchre heal_int_limb ...wait |
|||
matchre int_limb_scar ^You apply|^You drink|^You eat |
|||
matchre rub_yelith ^Rub what |
|||
matchre need_yelith ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my yelith %prep_yelith |
|||
matchwait |
|||
rub_yelith: |
|||
send get my yelith %prep_yelith |
|||
matchre need_yelith ^What were you referring |
|||
matchwait 1 |
|||
send rub my yelith %prep_yelith |
|||
waitforre ^You rub |
|||
send stow my yelith %prep_yelith |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
int_limb_scar: |
int_limb_scar: |
||
gosub set_int_scar |
|||
goto ext_eye |
|||
need_yelith: |
need_yelith: |
||
setvar need_yelith 1 |
|||
ext_eye: |
ext_eye: |
||
if (%ext_eye = 1) then GOTO heal_ext_eye |
|||
GOTO int_eye |
|||
heal_ext_eye: |
heal_ext_eye: |
||
if matchre ("%prep_sufil", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_sufil", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_sufil = "elixir") then var consume drink |
|||
if matchre ("%prep_sufil", "(balm|salve)") then var consume rub |
|||
SAVE sufil |
|||
if (%prep_sufil = "potion") then var consume drink |
|||
matchre heal_ext_eye ...wait |
|||
if (%prep_sufil = "solution") then var consume drink |
|||
matchre ext_eye_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_sufil = "tea") then var consume drink |
|||
matchre rub_sufil ^Rub what |
|||
if (%prep_sufil = "tincture") then var consume drink |
|||
matchre need_sufil ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_sufil = "berries") then var consume eat |
|||
send %consume my sufil %prep_sufil |
|||
if (%prep_sufil = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_sufil = "grass") then var consume eat |
|||
if (%prep_sufil = "leaf") then var consume eat |
|||
if (%prep_sufil = "moss") then var consume eat |
|||
if (%prep_sufil = "paste") then var consume eat |
|||
if (%prep_sufil = "pollen") then var consume eat |
|||
if (%prep_sufil = "powder") then var consume eat |
|||
if (%prep_sufil = "pulp") then var consume eat |
|||
if (%prep_sufil = "root") then var consume eat |
|||
if (%prep_sufil = "sap") then var consume eat |
|||
if (%prep_sufil = "stem") then var consume eat |
|||
if (%prep_sufil = "balm") then var consume rub |
|||
if (%prep_sufil = "salve") then var consume rub |
|||
SAVE sufil |
|||
matchre heal_ext_eye ...wait |
|||
matchre ext_eye_scar ^You apply|^You drink|^You eat |
|||
matchre rub_sufil ^Rub what |
|||
matchre need_sufil ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my sufil %prep_sufil |
|||
matchwait |
|||
rub_sufil: |
|||
send get my sufil %prep_sufil |
|||
matchre need_sufil ^What were you referring |
|||
matchwait 1 |
|||
send rub my sufil %prep_sufil |
|||
waitforre ^You rub |
|||
send stow my sufil %prep_sufil |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
ext_eye_scar: |
ext_eye_scar: |
||
gosub set_ext_scar |
|||
goto int_eye |
|||
need_sufil: |
need_sufil: |
||
setvar need_sufil 1 |
|||
int_eye: |
int_eye: |
||
if (%int_eye = 1) then GOTO heal_int_eye |
|||
GOTO ext_scar |
|||
heal_int_eye: |
heal_int_eye: |
||
if matchre ("%prep_aevaes", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_aevaes", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_aevaes = "elixir") then var consume drink |
|||
if matchre ("%prep_aevaes", "(balm|salve)") then var consume rub |
|||
SAVE aevaes |
|||
if (%prep_aevaes = "potion") then var consume drink |
|||
matchre heal_int_eye ...wait |
|||
if (%prep_aevaes = "solution") then var consume drink |
|||
matchre int_eye_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_aevaes = "tea") then var consume drink |
|||
matchre rub_aevaes ^Rub what |
|||
if (%prep_aevaes = "tincture") then var consume drink |
|||
matchre need_aevaes ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_aevaes = "berries") then var consume eat |
|||
send %consume my aevaes %prep_aevaes |
|||
if (%prep_aevaes = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_aevaes = "grass") then var consume eat |
|||
if (%prep_aevaes = "leaf") then var consume eat |
|||
if (%prep_aevaes = "moss") then var consume eat |
|||
if (%prep_aevaes = "paste") then var consume eat |
|||
if (%prep_aevaes = "pollen") then var consume eat |
|||
if (%prep_aevaes = "powder") then var consume eat |
|||
if (%prep_aevaes = "pulp") then var consume eat |
|||
if (%prep_aevaes = "root") then var consume eat |
|||
if (%prep_aevaes = "sap") then var consume eat |
|||
if (%prep_aevaes = "stem") then var consume eat |
|||
if (%prep_aevaes = "balm") then var consume rub |
|||
if (%prep_aevaes = "salve") then var consume rub |
|||
SAVE aevaes |
|||
matchre heal_int_eye ...wait |
|||
matchre int_eye_scar ^You apply|^You drink|^You eat |
|||
matchre rub_aevaes ^Rub what |
|||
matchre need_aevaes ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my aevaes %prep_aevaes |
|||
matchwait |
|||
rub_aevaes: |
|||
send get my aevaes %prep_aevaes |
|||
matchre need_aevaes ^What were you referring |
|||
matchwait 1 |
|||
send rub my aevaes %prep_aevaes |
|||
waitforre ^You rub |
|||
send stow my aevaes %prep_aevaes |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
int_eye_scar: |
int_eye_scar: |
||
gosub set_int_scar |
|||
goto ext_scar |
|||
need_aevaes: |
need_aevaes: |
||
setvar need_aevaes 1 |
|||
ext_scar: |
ext_scar: |
||
if (%ext_scar = 1) then GOTO heal_ext_scar |
|||
GOTO int_scar |
|||
heal_ext_scar: |
heal_ext_scar: |
||
if matchre ("%prep_cebi", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_cebi", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_cebi = "elixir") then var consume drink |
|||
if matchre ("%prep_cebi", "(balm|salve)") then var consume rub |
|||
SAVE cebi |
|||
if (%prep_cebi = "potion") then var consume drink |
|||
matchre heal_ext_scar ...wait |
|||
if (%prep_cebi = "solution") then var consume drink |
|||
matchre int_scar ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_cebi = "tea") then var consume drink |
|||
matchre rub_cebi ^Rub what |
|||
if (%prep_cebi = "tincture") then var consume drink |
|||
matchre need_cebi ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_cebi = "berries") then var consume eat |
|||
send %consume my cebi %prep_cebi |
|||
if (%prep_cebi = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_cebi = "grass") then var consume eat |
|||
if (%prep_cebi = "leaf") then var consume eat |
|||
if (%prep_cebi = "moss") then var consume eat |
|||
if (%prep_cebi = "paste") then var consume eat |
|||
if (%prep_cebi = "pollen") then var consume eat |
|||
if (%prep_cebi = "powder") then var consume eat |
|||
if (%prep_cebi = "pulp") then var consume eat |
|||
if (%prep_cebi = "root") then var consume eat |
|||
if (%prep_cebi = "sap") then var consume eat |
|||
if (%prep_cebi = "stem") then var consume eat |
|||
if (%prep_cebi = "balm") then var consume rub |
|||
if (%prep_cebi = "salve") then var consume rub |
|||
SAVE cebi |
|||
matchre heal_ext_scar ...wait |
|||
matchre int_scar ^You apply|^You drink|^You eat |
|||
matchre rub_cebi ^Rub what |
|||
matchre need_cebi ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my cebi %prep_cebi |
|||
matchwait |
|||
rub_cebi: |
|||
send get my cebi %prep_cebi |
|||
matchre need_cebi ^What were you referring |
|||
matchwait 1 |
|||
send rub my cebi %prep_cebi |
|||
waitforre ^You rub |
|||
send stow my cebi %prep_cebi |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
need_cebi: |
need_cebi: |
||
setvar need_cebi 1 |
|||
int_scar: |
int_scar: |
||
if (%int_scar = 1) then GOTO heal_int_scar |
|||
GOTO supplies |
|||
heal_int_scar: |
heal_int_scar: |
||
if matchre ("%prep_hisan", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink |
|||
if matchre ("%prep_hisan", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat |
|||
if (%prep_hisan = "elixir") then var consume drink |
|||
if matchre ("%prep_hisan", "(balm|salve)") then var consume rub |
|||
SAVE hisan |
|||
if (%prep_hisan = "potion") then var consume drink |
|||
matchre heal_int_scar ...wait |
|||
if (%prep_hisan = "solution") then var consume drink |
|||
matchre supplies ^You apply|^You drink|^You eat|^You take |
|||
if (%prep_hisan = "tea") then var consume drink |
|||
matchre rub_hisan ^Rub what |
|||
if (%prep_hisan = "tincture") then var consume drink |
|||
matchre need_hisan ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
if (%prep_hisan = "berries") then var consume eat |
|||
send %consume my hisan %prep_hisan |
|||
if (%prep_hisan = "flower") then var consume eat |
|||
matchwait |
|||
if (%prep_hisan = "grass") then var consume eat |
|||
if (%prep_hisan = "leaf") then var consume eat |
|||
if (%prep_hisan = "moss") then var consume eat |
|||
if (%prep_hisan = "paste") then var consume eat |
|||
if (%prep_hisan = "pollen") then var consume eat |
|||
if (%prep_hisan = "powder") then var consume eat |
|||
if (%prep_hisan = "pulp") then var consume eat |
|||
if (%prep_hisan = "root") then var consume eat |
|||
if (%prep_hisan = "sap") then var consume eat |
|||
if (%prep_hisan = "stem") then var consume eat |
|||
if (%prep_hisan = "balm") then var consume rub |
|||
if (%prep_hisan = "salve") then var consume rub |
|||
SAVE hisan |
|||
matchre heal_int_scar ...wait |
|||
matchre supplies ^You apply|^You drink|^You eat |
|||
matchre rub_hisan ^Rub what |
|||
matchre need_hisan ^Drink what|^Eat what|^What were you referring|^Please rephrase that command |
|||
send %consume my hisan %prep_hisan |
|||
matchwait |
|||
rub_hisan: |
|||
send get my hisan %prep_hisan |
|||
matchre need_hisan ^What were you referring |
|||
matchwait 1 |
|||
send rub my hisan %prep_hisan |
|||
waitforre ^You rub |
|||
send stow my hisan %prep_hisan |
|||
waitforre ^You put|^You stow|^That was the last|^Stow what |
|||
goto supplies |
|||
need_hisan: |
need_hisan: |
||
setvar need_hisan 1 |
|||
#Report on missing herbs |
#Report on missing herbs |
||
Line 1,179: | Line 884: | ||
goto end |
goto end |
||
end: |
end:</pre> |
||
</pre> |
Latest revision as of 16:05, 8 March 2018
Herb Healer (script) | |
---|---|
Category | utility |
Front-end | Genie |
Author | Isharon |
This script checks your supply of herbs and your wounds and then treats your wounds with the appropriate herbs. It can also check which herbs you are missing.
This is a modification of Pete's herb-healing script. This version works with all herb preparations and knows whether you should EAT, RUB, or DRINK the herb.
Syntax
.HERB: diagnoses and treats wounds
.HERB CHECK: checks your herb pouch for missing herbs
Changelog
3/8/2018
- Fixed hangup on cebi tea.
9/5/2012
- Script is now compatible with the new stackable herb pouches sold at Foraging Emporium. (If you use something other than an herb pouch, replace "herb pouch" with your container.) This modification was required, because when "leaf" herbs are stacked, they show up as "leaves," but the noun is still "leaf."
3/9/2012
- Added support for the herbal food and beverages sold at Herb's Bakery
- Condensed consumption variable setting for easier editing
- Fixed: failure to recognize external limb wounds
- Fixed: failure to list missing herbs in heal mode
Script
IF_1 GOTO %1 GOTO INIT CHECK: #Initialize supplies setvar need_aevaes 1 setvar need_aloe 1 setvar need_blocil_or_junliar 1 setvar need_cebi 1 setvar need_eghmok 1 setvar need_georin 1 setvar need_hisan 1 setvar need_hulnik 1 setvar need_ithor 1 setvar need_jadice 1 setvar need_lujeakave 1 setvar need_muljin 1 setvar need_nemoih 1 setvar need_nilos 1 setvar need_plovik 1 setvar need_riolur 1 setvar need_sufil 1 setvar need_yelith 1 action setvariable need_aevaes 0 when ^You rummage.*aevaes action setvariable need_aloe 0 when ^You rummage.*aloe action setvariable need_blocil_or_junliar 0 when ^You rummage.*(blocil|junliar) action setvariable need_cebi 0 when ^You rummage.*cebi action setvariable need_eghmok 0 when ^You rummage.*eghmok action setvariable need_georin 0 when ^You rummage.*georin action setvariable need_hisan 0 when ^You rummage.*hisan action setvariable need_hulnik 0 when ^You rummage.*hulnik action setvariable need_ithor 0 when ^You rummage.*ithor action setvariable need_jadice 0 when ^You rummage.*jadice action setvariable need_lujeakave 0 when ^You rummage.*lujeakave action setvariable need_muljin 0 when ^You rummage.*muljin action setvariable need_nemoih 0 when ^You rummage.*nemoih action setvariable need_nilos 0 when ^You rummage.*nilos action setvariable need_plovik 0 when ^You rummage.*plovik action setvariable need_riolur 0 when ^You rummage.*riolur action setvariable need_sufil 0 when ^You rummage.*sufil action setvariable need_yelith 0 when ^You rummage.*yelith put rummage in my herb pouch waitforre ^You rummage GOTO supplies INIT: #Initialize supplies setvar need_aevaes 1 setvar need_aloe 1 setvar need_blocil_or_junliar 1 setvar need_cebi 1 setvar need_eghmok 1 setvar need_georin 1 setvar need_hisan 1 setvar need_hulnik 1 setvar need_ithor 1 setvar need_jadice 1 setvar need_lujeakave 1 setvar need_muljin 1 setvar need_nemoih 1 setvar need_nilos 1 setvar need_plovik 1 setvar need_riolur 1 setvar need_sufil 1 setvar need_yelith 1 action setvariable need_aevaes 0 when ^You rummage.*aevaes action setvariable need_aloe 0 when ^You rummage.*aloe action setvariable need_blocil_or_junliar 0 when ^You rummage.*(blocil|junliar) action setvariable need_cebi 0 when ^You rummage.*cebi action setvariable need_eghmok 0 when ^You rummage.*eghmok action setvariable need_georin 0 when ^You rummage.*georin action setvariable need_hisan 0 when ^You rummage.*hisan action setvariable need_hulnik 0 when ^You rummage.*hulnik action setvariable need_ithor 0 when ^You rummage.*ithor action setvariable need_jadice 0 when ^You rummage.*jadice action setvariable need_lujeakave 0 when ^You rummage.*lujeakave action setvariable need_muljin 0 when ^You rummage.*muljin action setvariable need_nemoih 0 when ^You rummage.*nemoih action setvariable need_nilos 0 when ^You rummage.*nilos action setvariable need_plovik 0 when ^You rummage.*plovik action setvariable need_riolur 0 when ^You rummage.*riolur action setvariable need_sufil 0 when ^You rummage.*sufil action setvariable need_yelith 0 when ^You rummage.*yelith # Initialize wound variables setvar nerves 0 setvar skin 0 setvar ext_head 0 setvar int_head 0 setvar ext_neck 0 setvar int_neck 0 setvar ext_chest 0 setvar int_chest 0 setvar ext_abdomen 0 setvar int_abdomen 0 setvar ext_back 0 setvar int_back 0 setvar ext_limb 0 setvar int_limb 0 setvar ext_eye 0 setvar int_eye 0 setvar ext_scar 0 setvar int_scar 0 #Initialize preparation variables send rummage in my herb pouch action setvariable prep_aevaes $1 when ^You rummage .+ aevaes (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_aevaes leaf when ^You rummage .+ aevaes leaves action setvariable prep_aevaes mead when ^You rummage .+ mead flavored with aevaes action setvariable prep_aloe $1 when ^You rummage .+ aloe (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_aloe leaf when ^You rummage .+ aloe leaves action setvariable prep_blocil $1 when ^You rummage .+ blocil (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_blocil leaf when ^You rummage .+ blocil leaves action setvariable prep_blocil scone when ^You rummage .+ blocil berry scone action setvariable prep_cebi $1 when ^You rummage .+ cebi (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_cebi leaf when ^You rummage .+ cebi leaves action setvariable prep_eghmok $1 when ^You rummage .+ eghmok (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_eghmok leaf when ^You rummage .+ eghmok leaves action setvariable prep_georin $1 when ^You rummage .+ georin (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_georin leaf when ^You rummage .+ georin leaves action setvariable prep_hisan $1 when ^You rummage .+ hisan (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_hisan leaf when ^You rummage .+ hisan leaves action setvariable prep_hulnik $1 when ^You rummage .+ hulnik (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_hulnik leaf when ^You rummage .+ hulnik leaves action setvariable prep_ithor $1 when ^You rummage .+ ithor (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_ithor leaf when ^You rummage .+ ithor leaves action setvariable prep_jadice $1 when ^You rummage .+ jadice (balm|berries|coffee|elixir|flower|grass|leaf|mash|moss|potion|powder|pulp|root|salve|sap|solution|stem|tea|tincture) action setvariable prep_jadice leaf when ^You rummage .+ jadice leaves action setvariable prep_jadice sticky-bun when ^You rummage .+ jadice pollen sticky-bun action setvariable prep_junliar $1 when ^You rummage .+ junliar (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_junliar leaf when ^You rummage .+ junliar leaves action setvariable prep_lujeakave $1 when ^You rummage .+ lujeakave (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_lujeakave leaf when ^You rummage .+ lujeakave leaves action setvariable prep_muljin $1 when ^You rummage .+ muljin (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_muljin leaf when ^You rummage .+ muljin leaves action setvariable prep_nemoih $1 when ^You rummage .+ nemoih (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_nemoih leaf when ^You rummage .+ nemoih leaves action setvariable prep_nilos $1 when ^You rummage .+ nilos (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_nilos leaf when ^You rummage .+ nilos leaves action setvariable prep_plovik $1 when ^You rummage .+ plovik (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_plovik leaf when ^You rummage .+ plovik leaves action setvariable prep_riolur $1 when ^You rummage .+ riolur (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_riolur leaf when ^You rummage .+ riolur leaves action setvariable prep_riolur cookie when ^You rummage .+ riolur shortbread cookie action setvariable prep_sufil $1 when ^You rummage .+ sufil (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_sulfil leaf when ^You rummage .+ sulfil leaves action setvariable prep_yelith $1 when ^You rummage .+ yelith (ale|balm|berries|berry|brandy|bread|brownie|butter|cake|coffee|cookie|cornbread|drink|elixir|flower|grass|jam|kefir|leaf|mash|mead|moss|paste|pie|pollen|porridge|potion|powder|puff-pastry|pulp|root|salve|sap|sauce|scone|smoothie|solution|spread|stem|sticky-bun|tart|tea|tincture|yogurt) action setvariable prep_yelith leaf when ^You rummage .+ yelith leaves waitforre ^You rummage # Initialize actions send health ACTION setvar nerves 1 WHEN (minor|severe) twitching|difficulty controlling actions|paralysis of the entire body ACTION setvar skin 1 WHEN (abrasions|scuffing|scratches) (about|across|along|around|from|in|of|on|to) the skin|rash|boils|sores ACTION setvar ext_head 1 WHEN (abrasions|scuffing|scratches|cuts and bruises|cuts|slashes|holes) (about|across|along|around|from|in|of|on|to) the head|(cracked|crushed) skull|pulpy stump for a head ACTION setvar int_head 1 WHEN (bruised|swollen|bloated) head|bruising (about|across|along|around|from|in|of|on|to) the head|inside head ACTION setvar ext_neck 1 WHEN (abrasions|scuffing|scratches|cuts and bruises|cuts|slashes|holes) (about|across|along|around|from|in|of|on|to) the neck|(shattered|useless) neck ACTION setvar int_neck 1 WHEN bruising (about|across|along|around|from|in|of|on|to) the neck|(bruised|swollen|swollen and shattered) neck|inside neck ACTION setvar ext_chest 1 WHEN (abrasions|scuffing|scratches|cuts and bruises|cuts|slashes|holes) (about|across|along|around|from|in|of|on|to) the chest|(shattered|destroyed) chest ACTION setvar int_chest 1 WHEN bruising (about|across|along|around|from|in|of|on|to) the chest|(bruised|swollen) chest|inside chest ACTION setvar ext_abdomen 1 WHEN (abrasions|scuffing|scratches|cuts and bruises|cuts|slashes|holes) (about|across|along|around|from|in|of|on|to) the abdomen|abdomen deeply gouged|destroyed abdomen ACTION setvar int_abdomen 1 WHEN bruising (about|across|along|around|from|in|of|on|to) the abdomen|(bruised|swollen) abdomen|discolored abdomen|inside abdomen ACTION setvar ext_back 1 WHEN (abrasions|scuffing|scratches|cuts and bruises|cuts|slashes|holes) (about|across|along|around|from|in|of|on|to) the back|(shattered|destroyed) back ACTION setvar int_back 1 WHEN (about|across|along|around|from|in|of|on|to) the back|(bruised|swollen) back|inside back ACTION setvar ext_limb 1 WHEN (abrasions|scuffing|scratches|cuts and bruises|cuts|slashes|holes) (about|across|along|around|from|in|of|on|to) the ((right|left) (hand|arm|leg)|tail)|(broken|shattered) ((right|left) (hand|arm|leg)|tail)|stump for a ((right|left) (hand|arm|leg)|tail) ACTION setvar int_limb 1 WHEN bruising (about|across|along|around|from|in|of|on|to) the ((right|left) (hand|arm|leg)|tail)|(bruised|swollen) ((right|left) (hand|arm|leg)|tail)|inside ((right|left|r\.|l\.) (hand|arm|leg)|tail) ACTION setvar ext_eye 1 WHEN (black and blue|swollen|bleeding|slashed|shattered) (right|left) eye|cavity for a (right|left) eye ACTION setvar int_eye 1 WHEN bruising (about|across|along|around|from|in|of|on|to) the (right|left) eye|bruised (right|left) eye|bruised and (crossed|cloudy|blind) (right|left) eye|inside ((right|left)|r\.|l\.) eye ACTION setvar ext_scar 1 WHEN a stump for|flesh stump for|gashes|malformed|missing|non-existent|scarred|scarring|scars|shriveled|skin discoloration|skin loss|skin tone|socket|stump ACTION setvar int_scar 1 WHEN a blind|blank stare|breath|clouded|emaciated|move|moving|numbness|pallor|paralyzed|twitch|twitching #Secondary resupply action ACTION setvar need_%s 1 WHEN ^That was the last of pause #Take herbs for anything that picked up by the triggers nerves: if (%nerves = 1) then GOTO heal_nerves GOTO skin heal_nerves: if matchre ("%prep_lujeakave", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_lujeakave", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_lujeakave", "(balm|salve)") then var consume rub SAVE lujeakave matchre heal_nerves ...wait matchre nerves_scar ^You apply|^You drink|^You eat|^You take matchre rub_lujeakave ^Rub what matchre need_lujeakave ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my lujeakave %prep_lujeakave matchwait rub_lujeakave: send get my lujeakave %prep_lujeakave matchre need_lujeakave ^What were you referring matchwait 1 send rub my lujeakave %prep_lujeakave waitforre ^You rub send stow my lujeakave %prep_lujeakave waitforre ^You put|^You stow|^That was the last|^Stow what nerves_scar: gosub set_int_scar goto skin need_lujeakave: setvar need_lujeakave 1 skin: if (%skin = 1) then GOTO heal_skin GOTO ext_head heal_skin: if matchre ("%prep_aloe", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_aloe", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_aloe", "(balm|salve)") then var consume rub SAVE aloe matchre heal_skin ...wait matchre skin_scar ^You apply|^You drink|^You eat|^You take matchre rub_aloe ^Rub what matchre need_aloe ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my aloe %prep_aloe matchwait rub_aloe: send get my aloe %prep_aloe matchre need_aloe ^What were you referring matchwait 1 send rub my aloe %prep_aloe waitforre ^You rub send stow my aloe %prep_aloe waitforre ^You put|^You stow|^That was the last|^Stow what skin_scar: gosub set_ext_scar goto ext_head need_aloe: setvar need_aloe 1 ext_head: if (%ext_head = 1) then GOTO heal_ext_head GOTO int_head heal_ext_head: if matchre ("%prep_nemoih", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_nemoih", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_nemoih", "(balm|salve)") then var consume rub SAVE nemoih matchre heal_ext_head ...wait matchre ext_head_scar ^You apply|^You drink|^You eat|^You take matchre rub_nemoih ^Rub what matchre need_nemoih ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my nemoih %prep_nemoih matchwait rub_nemoih: send get my nemoih %prep_nemoih matchre need_nemoih ^What were you referring matchwait 1 send rub my nemoih %prep_nemoih waitforre ^You rub send stow my nemoih %prep_nemoih waitforre ^You put|^You stow|^That was the last|^Stow what ext_head_scar: gosub set_ext_scar goto int_head need_nemoih: setvar need_nemoih 1 int_head: if (%int_head = 1) then GOTO heal_int_head GOTO ext_neck heal_int_head: if matchre ("%prep_eghmok", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_eghmok", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_eghmok", "(balm|salve)") then var consume rub SAVE eghmok matchre heal_int_head ...wait matchre int_head_scar ^You apply|^You drink|^You eat|^You take matchre rub_eghmok ^Rub what matchre need_eghmok ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my eghmok %prep_eghmok matchwait rub_eghmok: send get my eghmok %prep_eghmok matchre need_eghmok ^What were you referring matchwait 1 send rub my eghmok %prep_eghmok waitforre ^You rub send stow my eghmok %prep_eghmok waitforre ^You put|^You stow|^That was the last|^Stow what int_head_scar: gosub set_int_scar goto ext_neck need_eghmok: setvar need_eghmok 1 ext_neck: if (%ext_neck = 1) then GOTO heal_ext_neck GOTO int_neck heal_ext_neck: if matchre ("%prep_georin", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_georin", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_georin", "(balm|salve)") then var consume rub SAVE georin matchre heal_ext_neck ...wait matchre ext_neck_scar ^You apply|^You drink|^You eat|^You take matchre rub_georin ^Rub what matchre need_georin ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my georin %prep_georin matchwait rub_georin: send get my georin %prep_georin matchre need_georin ^What were you referring matchwait 1 send rub my georin %prep_georin waitforre ^You rub send stow my georin %prep_georin waitforre ^You put|^You stow|^That was the last|^Stow what ext_neck_scar: gosub set_ext_scar goto int_neck need_georin: setvar need_georin 1 int_neck: if (%int_neck = 1) then GOTO heal_int_neck GOTO ext_chest heal_int_neck: if matchre ("%prep_riolur", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_riolur", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_riolur", "(balm|salve)") then var consume rub SAVE riolur matchre heal_int_neck ...wait matchre int_neck_scar ^You apply|^You drink|^You eat|^You take matchre rub_riolur ^Rub what matchre need_riolur ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my riolur %prep_riolur matchwait rub_riolur: send get my riolur %prep_riolur matchre need_riolur ^What were you referring matchwait 1 send rub my riolur %prep_riolur waitforre ^You rub send stow my riolur %prep_riolur waitforre ^You put|^You stow|^That was the last|^Stow what int_neck_scar: gosub set_int_scar goto ext_chest need_riolur: setvar need_riolur 1 ext_chest: if (%ext_chest = 1) then GOTO heal_ext_chest GOTO int_chest heal_ext_chest: if matchre ("%prep_plovik", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_plovik", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_plovik", "(balm|salve)") then var consume rub SAVE plovik matchre heal_ext_chest ...wait matchre ext_chest_scar ^You apply|^You drink|^You eat|^You take matchre rub_plovik ^Rub what matchre need_plovik ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my plovik %prep_plovik matchwait rub_plovik: send get my plovik %prep_plovik matchre need_plovik ^What were you referring matchwait 1 send rub my plovik %prep_plovik waitforre ^You rub send stow my plovik %prep_plovik waitforre ^You put|^You stow|^That was the last|^Stow what ext_chest_scar: gosub set_ext_scar goto int_chest need_plovik: setvar need_plovik 1 int_chest: if (%int_chest = 1) then GOTO heal_int_chest GOTO ext_abdomen heal_int_chest: if matchre ("%prep_ithor", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_ithor", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_ithor", "(balm|salve)") then var consume rub SAVE ithor matchre heal_int_chest ...wait matchre int_chest_scar ^You apply|^You drink|^You eat|^You take matchre rub_ithor ^Rub what matchre need_ithor ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my ithor %prep_ithor matchwait rub_ithor: send get my ithor %prep_ithor matchre need_ithor ^What were you referring matchwait 1 send rub my ithor %prep_ithor waitforre ^You rub send stow my ithor %prep_ithor waitforre ^You put|^You stow|^That was the last|^Stow what int_chest_scar: gosub set_int_scar goto ext_abdomen need_ithor: setvar need_ithor 1 ext_abdomen: if (%ext_abdomen = 1) then GOTO heal_ext_abdomen GOTO int_abdomen heal_ext_abdomen: if matchre ("%prep_nilos", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_nilos", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_nilos", "(balm|salve)") then var consume rub SAVE nilos matchre heal_ext_abdomen ...wait matchre ext_abdomen_scar ^You apply|^You drink|^You eat|^You take matchre rub_nilos ^Rub what matchre need_nilos ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my nilos %prep_nilos matchwait rub_nilos: send get my nilos %prep_nilos matchre need_nilos ^What were you referring matchwait 1 send rub my nilos %prep_nilos waitforre ^You rub send stow my nilos %prep_nilos waitforre ^You put|^You stow|^That was the last|^Stow what ext_abdomen_scar: gosub set_ext_scar goto int_abdomen need_nilos: setvar need_nilos 1 int_abdomen: if (%int_abdomen = 1) then GOTO heal_int_abdomen GOTO ext_back heal_int_abdomen: if matchre ("%prep_muljin", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_muljin", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_muljin", "(balm|salve)") then var consume rub SAVE muljin matchre heal_int_abdomen ...wait matchre int_abdomen_scar ^You apply|^You drink|^You eat|^You take matchre rub_muljin ^Rub what matchre need_muljin ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my muljin %prep_muljin matchwait rub_muljin: send get my muljin %prep_muljin matchre need_muljin ^What were you referring matchwait 1 send rub my muljin %prep_muljin waitforre ^You rub send stow my muljin %prep_muljin waitforre ^You put|^You stow|^That was the last|^Stow what int_abdomen_scar: gosub set_int_scar goto ext_back need_muljin: setvar need_muljin 1 ext_back: if (%ext_back = 1) then GOTO heal_ext_back GOTO int_back heal_ext_back: if matchre ("%prep_hulnik", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_hulnik", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_hulnik", "(balm|salve)") then var consume rub SAVE hulnik matchre heal_ext_back ...wait matchre ext_back_scar ^You apply|^You drink|^You eat|^You take matchre rub_hulnik ^Rub what matchre need_hulnik ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my hulnik %prep_hulnik matchwait rub_hulnik: send get my hulnik %prep_hulnik matchre need_hulnik ^What were you referring matchwait 1 send rub my hulnik %prep_hulnik waitforre ^You rub send stow my hulnik %prep_hulnik waitforre ^You put|^You stow|^That was the last|^Stow what ext_back_scar: gosub set_ext_scar goto int_back need_hulnik: setvar need_hulnik 1 int_back: if (%int_back = 1) then GOTO heal_int_back GOTO ext_limb heal_int_back: if matchre ("%prep_blocil", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_blocil", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_blocil", "(balm|salve)") then var consume rub SAVE blocil matchre heal_int_back ...wait matchre int_back_scar ^You apply|^You drink|^You eat|^You take matchre rub_blocil ^Rub what matchre heal_int_back2 ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my blocil %prep_blocil matchwait rub_blocil: send get my blocil %prep_blocil matchre heal_int_back2 ^What were you referring matchwait 1 send rub my blocil %prep_blocil waitforre ^You rub send stow my blocil %prep_blocil waitforre ^You put|^You stow|^That was the last|^Stow what heal_int_back2: if matchre ("%prep_junliar", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_junliar", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_junliar", "(balm|salve)") then var consume rub SAVE junliar matchre heal_int_back2 ...wait matchre int_back_scar ^You apply|^You drink|^You eat|^You take matchre rub_junliar ^Rub what matchre need_blocil_or_junliar ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my junliar %prep_junliar matchwait rub_junliar: send get my junliar %prep_junliar matchre need_blocil_or_junliar ^What were you referring matchwait 1 send rub my junliar %prep_junliar waitforre ^You rub send stow my junliar %prep_junliar waitforre ^You put|^You stow|^That was the last|^Stow what int_back_scar: gosub set_int_scar goto ext_limb need_blocil_or_junliar: setvar need_blocil_or_junliar 1 ext_limb: if (%ext_limb = 1) then GOTO heal_ext_limb GOTO int_limb heal_ext_limb: if matchre ("%prep_jadice", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_jadice", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_jadice", "(balm|salve)") then var consume rub SAVE jadice matchre heal_ext_limb ...wait matchre ext_limb_scar ^You apply|^You drink|^You eat|^You take matchre rub_jadice ^Rub what matchre need_jadice ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my jadice %prep_jadice matchwait rub_jadice: send get my jadice %prep_jadice matchre need_jadice ^What were you referring matchwait 1 send rub my jadice %prep_jadice waitforre ^You rub send stow my jadice %prep_jadice waitforre ^You put|^You stow|^That was the last|^Stow what ext_limb_scar: gosub set_ext_scar goto int_limb need_jadice: setvar need_jadice 1 int_limb: if (%int_limb = 1) then GOTO heal_int_limb GOTO ext_eye heal_int_limb: if matchre ("%prep_yelith", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_yelith", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_yelith", "(balm|salve)") then var consume rub SAVE yelith matchre heal_int_limb ...wait matchre int_limb_scar ^You apply|^You drink|^You eat|^You take matchre rub_yelith ^Rub what matchre need_yelith ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my yelith %prep_yelith matchwait rub_yelith: send get my yelith %prep_yelith matchre need_yelith ^What were you referring matchwait 1 send rub my yelith %prep_yelith waitforre ^You rub send stow my yelith %prep_yelith waitforre ^You put|^You stow|^That was the last|^Stow what int_limb_scar: gosub set_int_scar goto ext_eye need_yelith: setvar need_yelith 1 ext_eye: if (%ext_eye = 1) then GOTO heal_ext_eye GOTO int_eye heal_ext_eye: if matchre ("%prep_sufil", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_sufil", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_sufil", "(balm|salve)") then var consume rub SAVE sufil matchre heal_ext_eye ...wait matchre ext_eye_scar ^You apply|^You drink|^You eat|^You take matchre rub_sufil ^Rub what matchre need_sufil ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my sufil %prep_sufil matchwait rub_sufil: send get my sufil %prep_sufil matchre need_sufil ^What were you referring matchwait 1 send rub my sufil %prep_sufil waitforre ^You rub send stow my sufil %prep_sufil waitforre ^You put|^You stow|^That was the last|^Stow what ext_eye_scar: gosub set_ext_scar goto int_eye need_sufil: setvar need_sufil 1 int_eye: if (%int_eye = 1) then GOTO heal_int_eye GOTO ext_scar heal_int_eye: if matchre ("%prep_aevaes", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_aevaes", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_aevaes", "(balm|salve)") then var consume rub SAVE aevaes matchre heal_int_eye ...wait matchre int_eye_scar ^You apply|^You drink|^You eat|^You take matchre rub_aevaes ^Rub what matchre need_aevaes ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my aevaes %prep_aevaes matchwait rub_aevaes: send get my aevaes %prep_aevaes matchre need_aevaes ^What were you referring matchwait 1 send rub my aevaes %prep_aevaes waitforre ^You rub send stow my aevaes %prep_aevaes waitforre ^You put|^You stow|^That was the last|^Stow what int_eye_scar: gosub set_int_scar goto ext_scar need_aevaes: setvar need_aevaes 1 ext_scar: if (%ext_scar = 1) then GOTO heal_ext_scar GOTO int_scar heal_ext_scar: if matchre ("%prep_cebi", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_cebi", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_cebi", "(balm|salve)") then var consume rub SAVE cebi matchre heal_ext_scar ...wait matchre int_scar ^You apply|^You drink|^You eat|^You take matchre rub_cebi ^Rub what matchre need_cebi ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my cebi %prep_cebi matchwait rub_cebi: send get my cebi %prep_cebi matchre need_cebi ^What were you referring matchwait 1 send rub my cebi %prep_cebi waitforre ^You rub send stow my cebi %prep_cebi waitforre ^You put|^You stow|^That was the last|^Stow what need_cebi: setvar need_cebi 1 int_scar: if (%int_scar = 1) then GOTO heal_int_scar GOTO supplies heal_int_scar: if matchre ("%prep_hisan", "(ale|brandy|coffee|drink|elixir|kefir|mash|mead|potion|smoothie|solution|tea|tincture)") then var consume drink if matchre ("%prep_hisan", "(berries|berry|bread|brownie|butter|cake|cookie|cornbread|flower|grass|jam|leaf|moss|paste|pie|pollen|porridge|powder|puff-pastry|pulp|root|sap|sauce|scone|spread|stem|sticky-bun|tart|yogurt)") then var consume eat if matchre ("%prep_hisan", "(balm|salve)") then var consume rub SAVE hisan matchre heal_int_scar ...wait matchre supplies ^You apply|^You drink|^You eat|^You take matchre rub_hisan ^Rub what matchre need_hisan ^Drink what|^Eat what|^What were you referring|^Please rephrase that command send %consume my hisan %prep_hisan matchwait rub_hisan: send get my hisan %prep_hisan matchre need_hisan ^What were you referring matchwait 1 send rub my hisan %prep_hisan waitforre ^You rub send stow my hisan %prep_hisan waitforre ^You put|^You stow|^That was the last|^Stow what goto supplies need_hisan: setvar need_hisan 1 #Report on missing herbs supplies: echo echo You are missing the following herbs: echo if (%need_nemoih = (1) then { ECHO nemoih (external head wounds) } if (%need_eghmok = (1) then { ECHO eghmok (internal head wounds) } if (%need_sufil = (1) then { ECHO sufil (external eye wounds) } if (%need_aevaes = (1) then { ECHO aevaes (internal eye wounds) } if (%need_georin = (1) then { ECHO georin (external neck wounds) } if (%need_riolur = (1) then { ECHO riolur (internal neck wounds) } if (%need_plovik = (1) then { ECHO plovik (external chest wounds) } if (%need_ithor = (1) then { ECHO ithor (internal chest wounds) } if (%need_nilos = (1) then { ECHO nilos (external abdomen wounds) } if (%need_muljin = (1) then { ECHO muljin (internal abdomen wounds) } if (%need_hulnik = (1) then { ECHO hulnik (external back wounds) } if (%need_blocil_or_junliar = (1) then { ECHO blocil or junliar (internal back wounds) } if (%need_jadice = (1) then { ECHO jadice (external limb wounds) } if (%need_yelith = (1) then { ECHO yelith (internal limb wounds) } if (%need_aloe = (1) then { ECHO aloe (skin wounds) } if (%need_lujeakave = (1) then { ECHO lujeakave (nerve wounds) } if (%need_cebi = (1) then { ECHO cebi (external scars) } if (%need_hisan = (1) then { ECHO hisan (internal scars) } goto end set_ext_scar: setvar ext_scar 1 return set_int_scar: setvar int_scar 1 return ScriptError: ECHO ********************************* ECHO *** Usage: ECHO *** To see which herbs you need: ECHO *** .herb check ECHO *** To heal: ECHO *** .herb ECHO ********************************* goto end end: