Quote:
Originally Posted by xAndrewx
Oh, such as...?
|
PHP Code:
temp.arrayExample = {"one"};
for (temp.i = 0; i < 10; i ++) {
echo(i @ ": " @ randomString(arrayExample));
}
echoed the following on Era with the latest NPC-server:
Quote:
|
Originally Posted by RC
0:
1:
2:
3: one
4:
5:
6: one
7: one
8:
9: one
|