We have a situation with two objects, one is parent (element1) and other one is child (element2) element.
element1 2D script
CALL “element2” PARAMETERS note_text = “temp note”, custom_note = 0
element2 has note_text as Text type(Abc) and custom_note as Boolean type.
This works fine in ArchiCAD 9, but in ArchiCAD 13 we are getting following Warning and ArchiCAD is not opening and struck for ages.
‘CUSTOM_NOTE’ isn’t a valid parameter name at line 1 in the 2D script of file element1.gsm.
If I remark CALL statement in element1 drawing is opening in ArchiCAD 13.
Can any one give me why it is happening and all other elements with CALL statements works fine?