|
Caled Sorcerer
Joined: 21 Oct 2000 Posts: 821 Location: Australia
|
Posted: Mon Apr 21, 2008 12:47 am
[2.22] Bug: #ABORT all/1 |
<class name="Test3" id="12">
<alias name="testblock" id="13">
<value>#IF (@flag) {#SA Abortin line 1;#ABORT 1}
#IF (!@flag2) {#SA this is line 2}</value>
</alias>
<var name="flag" id="14">1</var>
<var name="flag2" id="15">0</var>
</class>
Run 'testblock'
Output:
Abortin line 1
this is line 2
If I replace the second line with "#SAY This is line2" then it seems to abort the script as per normal. As soon as the second line is an if statement though, the abort fails. |
|
_________________ Athlon 64 3200+
Win XP Pro x64 |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Apr 23, 2008 7:55 pm |
Hmm, interesting. I've added that to the bug list.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed May 07, 2008 10:46 pm |
This no longer seems to fail in v2.24
|
|
|
|
|
|