Menu

#44 Variables are saved and not reinitialized

v2.49.x
open
nobody
None
1
2018-10-17
2018-10-17
jojorne
No

Take this script as example:

default
{
state_entry()
{
integer i;
for (i = 0; i < 3; i++)
{
integer j;

        j = j + 1;

        llSay(0, (string)j);
    }
}

}

Here is the result comparison:

Second Life
Object: 1
Object: 1
Object: 1

LSLEditor
New Script: 1
New Script: 2
New Script: 3

Discussion


Log in to post a comment.

MongoDB Logo MongoDB