SphereCommunity
Multicreate and ATTR - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Multicreate and ATTR (/Thread-Multicreate-and-ATTR)



Multicreate and ATTR - Rizz - 07-02-2015 10:17 AM

With this code


Code:
SERV.NEWITEM i_multi_pentagram
NEW.P=423,430,-1,3
NEW.MULTICREATE

I can create a i_multi_pentagram where all the compoents are set with ATTR 010 except the middle one that is set with ATTR 00... why?


RE: Multicreate and ATTR - Skul - 07-04-2015 11:44 PM

looks like MULTICREATE adds all the COMPONENTS of the MULTI, you'll need to add ATTR 010 to the MULTI seperately.


RE: Multicreate and ATTR - Rizz - 07-06-2015 06:20 AM

What you mean?


RE: Multicreate and ATTR - ArBaY - 08-05-2020 08:09 AM

for example

SERV.NEWITEM i_multi_pentagram
NEW.P=423,430,-1,3
ATTR=010
NEW.MULTICREATE