|
slicertool Magician
Joined: 09 Oct 2003 Posts: 459 Location: USA
|
Posted: Wed Dec 06, 2006 3:40 am
[1.19] Local Variable Not Lining Up With Trigger |
The trigger pattern is:
Code: |
^There are (%w) obvious exits: ($exits:*).$ |
With the action of #say $exits
If it sees the following text from the mud:
There are four obvious exits: west, northwest, east, and south.
response: four
expected: west, northwest, east, and south
#say %2 does output the list of exits though.
The XML code export of the trigger is below.
Code: |
<?xml version="1.0" encoding="UTF-8" ?>
<cmud>
<module>
<record id="5243630">
<id>5243630</id>
<kind>5</kind>
<parent>5242880</parent>
<pkgid>5242880</pkgid>
<enabled>-1</enabled>
<idname>^There are (%w) obvious exits: ($exits:*).$</idname>
<options><![CDATA[<opt><ArgList>$exits</ArgList></opt>]]></options>
<userval/>
<val>#say $exits</val>
<comment/>
<name>{*}</name>
<subkind>0</subkind>
<valkind>0</valkind>
<opt>265</opt>
<owner>5242880</owner>
<userint/>
<priority>7500</priority>
<flag/>
<state>0</state>
</record>
</module>
</cmud> |
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Dec 06, 2006 5:54 pm |
Added to bug list
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|