Issue information

Issue ID
#5740
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
May 13, 2012 6:32
Last Post
Hercules Elf Bot
Jun 23, 2012 7:01
Confirmation
N/A

Hercules Elf Bot - May 13, 2012 6:32

Originally posted by [b]Lilith[/b]
The updated script engine fully functioning?
revision [u]16107[/u]

[CODE]for( .@i = 3; .@i; .@i-- ){
...do something;
}[/CODE]

also i tested this:
[CODE].@i = 3;
.@i--;[/CODE]

[CODE].@i = 2;
.@i += 2;[/CODE]
[CODE].@i = 3;
.@i++;[/CODE]

etc...
and i have error:

[quote][Error]: script:set: not a variable
[Debug]: Data: number value=2 [i]( or 3 - 4 )[/i][/quote]

Hercules Elf Bot - Jun 15, 2012 0:31

Originally posted by [b]GreenBox[/b]
Fixed in [rev=16300].