Quote:
Originally Posted by LoneAngelIbesu
PHP Code:
for (temp.i = 0; temp.i < obj.controls.size(); temp.i++) {
echo(obj.controls[temp.i]);
}
In this case, I believe a new PM control is created for each PM window, eg: PrivateMessage0_Window, PrivateMessage1_Window, etc.
|
So just to clarify, obj. refers to what object, or all of the player's Graal that is an object?
And the PM window creates a new one for every open PM window (like if you close one it can recreate that number) or for every PM window that has been created?