Thread: Curiosity...
View Single Post
  #11  
Old 08-08-2008, 07:30 PM
Dan Dan is offline
Daniel
Join Date: Oct 2007
Posts: 383
Dan is an unknown quantity at this point
Send a message via MSN to Dan
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.1temp.<= mission.missionslist.size(); temp.++)
    
addRow(- 1,"Mission " temp.i);

__________________
Reply With Quote