|
ennye Novice
Joined: 17 Dec 2007 Posts: 49
|
Posted: Sun Feb 03, 2008 8:01 pm
[Bug 2.18] Mapper/roomscript error. |
I use temp triggers in roomscript section of mapper to move location marker when following a team in non-standard conditions.
F.e. :
w got 3 locations
X - O - X
We are in O location, and got 2 exits : exit1, exit2.
When team moves from O location i get non-standard moving events :
moving west with exit1 command: Following A,B and C you move forward to exit1.
moving east with exit2 command: Following A,B and C you move towards exit2.
In roomscript of location O i got 2 temp triggers :
#temp {Following* you move forward to exit1.} {#mo exit1} / or {#mo w} /
#temp {Following* you move towards exit2.} {#mo exit2} / or {#mo e} /
(very example situation)
Please any1 prepare such combination in your cmud and simulate it with:
#ec Following A,B and C you move forward to exit1.
or
#ec Following A,B and C you move towards exit2.
It works great but I got exception error in most cases used above. Sometimes (rare) its ok.
I noticed it happens when temp trigger fires when there is more than 1 temp trigger in location.
Trigger fires, marker moves, exception occurs. |
|
Last edited by ennye on Mon Feb 04, 2008 1:23 pm; edited 1 time in total |
|
|
|
Dumas Enchanter
Joined: 11 Feb 2003 Posts: 511 Location: USA
|
Posted: Mon Feb 04, 2008 1:09 pm |
Quote: |
#temp {Following* you move forward to exit1.} {#mo exit1} or {#mo w} |
Are you actually using a logic command in your triggered actions or are you just saying that you have one or the other? If the former, I don't believe that is alllowed. |
|
|
|
ennye Novice
Joined: 17 Dec 2007 Posts: 49
|
Posted: Mon Feb 04, 2008 1:13 pm |
In either situation errors occur.
|
|
|
|
|
|