stormtov
08-27-2008, 12:55 PM
Ok, this is just the first line or two of a script that will eventually tell me all the herbs that grow in that room. Unfortunately i'm already stuck, just can't seem to get matchfind to work. Anyways here is the script:
====
put "sense"
condition1, condition2 = matchfind "You scan your surroundings, considering the various flora and fauna found here (and noting those which are absent). The indications of the ? climate and the ? environment are clearly evident to your seasoned eye."
echo "#{condition2} and #{condition2}"
====
It never makes it past the matchwait. Here is the readout from in game when using sense:
====
H>sense
You scan your surroundings, considering the various flora and fauna found here (and noting those which are absent). The indications of the temperate climate and the cultivated environment are clearly evident to your seasoned eye. You also see a glaesine arch.
Roundtime: 6 sec.
====
Have had problems getting matchfind to work quite a few times now and it's getting annoying. There something obvious i'm missing?
Oh and also as im posting don't spose anyone has a herb list arranged by what climate/terrain it grows in?
====
put "sense"
condition1, condition2 = matchfind "You scan your surroundings, considering the various flora and fauna found here (and noting those which are absent). The indications of the ? climate and the ? environment are clearly evident to your seasoned eye."
echo "#{condition2} and #{condition2}"
====
It never makes it past the matchwait. Here is the readout from in game when using sense:
====
H>sense
You scan your surroundings, considering the various flora and fauna found here (and noting those which are absent). The indications of the temperate climate and the cultivated environment are clearly evident to your seasoned eye. You also see a glaesine arch.
Roundtime: 6 sec.
====
Have had problems getting matchfind to work quite a few times now and it's getting annoying. There something obvious i'm missing?
Oh and also as im posting don't spose anyone has a herb list arranged by what climate/terrain it grows in?