For me it kind of depends on the length of the object name, I found out (but never thought about).
Example;
PHP Code:
temp.object = putnpc2(params[1][0],params[1][1],"");
temp.object.image = params[2][0];
if (params[2][1] == "")
return;
temp.object.join(params[2][1]);
or;
PHP Code:
with (@ genGUIName("Window_Scroll_EditMission_Scroll_List")) {
clearRows();
for (temp.i = 1; temp.i <= mission.missionslist.size(); temp.i ++)
addRow(- 1,"Mission " @ temp.i);
}