Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Muliple Objects With the same name [Solved]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Muliple Objects With the same name [Solved] (Read 604 times)
MARBLE MAN
April 21, 2013, 07:20:27 PM
%list="";
%group = %obj.getGroup();
%name = %obj.getName();
%count = %group.NTObjectCount[%name];
for(%i=0;%i<%count;%i++)
%list=%list@%group.NTObject[%name, %i].getID()@" ";
%list=trim(%list);
«
Last Edit: April 21, 2013, 07:26:34 PM by MARBLE MAN
»
Ad Bot
Advertisement
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Muliple Objects With the same name [Solved]