i have installed the "Hyperlink_URL" and it works fine.
how can i change the script, that it works with all substantives (e.g. "Stone", "Window", "Table") in room description? I want only click a word to "show" them.
i have modified the line
<code>
Hyperlink "show " + wildcards (2),wildcards (2), "", "", "", false
</code>
... but the regular expression looks a little bit buggy :)
<code>
<trigger enabled="y" match="(.*)((?:[A-Z\?])+)(.*)" omit_from_output="y" ...>
<code>
SORRY for this bad english :)
greets from nl
how can i change the script, that it works with all substantives (e.g. "Stone", "Window", "Table") in room description? I want only click a word to "show" them.
i have modified the line
<code>
Hyperlink "show " + wildcards (2),wildcards (2), "", "", "", false
</code>
... but the regular expression looks a little bit buggy :)
<code>
<trigger enabled="y" match="(.*)((?:[A-Z\?])+)(.*)" omit_from_output="y" ...>
<code>
SORRY for this bad english :)
greets from nl