Zafrusteria Wanderer
Joined: 11 Oct 2000 Posts: 94 Location: United Kingdom
|
Posted: Sun Aug 03, 2003 10:21 am
bug with Triggers |
I would have thought that dir_1 and dir_2 would end up with the same contents, but they don't.
Output from Mud
Obvious exits from this room are:
North : The Sands of Sorrow
East : The Sands of Sorrow
South : The Sands of Sorrow
West : Desert Road
trigger pattern {(*)%s:%s(*)%s$}
#VARIABLE direction %1
#VARIABLE dir_1 %additem( %1, @dir_1)
#VARIABLE dir_2 %additem( @direction, @dir_2)
@dir_1 will contain West|South|East|North
but @dir_2 withh contain West|West|West|West, ie whatever that last direction was duplicated for the number of direction lines.
6.62
Win2K
SP4
Athlon 1.2
1Gb Ram |
|