doorDataCA = attributes doorData ( parameters main rollout:params ( dtag type:#integer ui:dtag manu type:#string ui:manufa ) rollout …
this is wonderful, my maxscript sticks out its tongue when I remove the html code brackets: rollout:params rollout:params 😮
solved, thank you all: doorDataCA = attributes doorData ( parameters main rollout:params ( dtag type:#integer ui:dtag manu type:#string ui:manu…
here is the complete test script: doorDataCA = attributes doorData ( parameters main rollout:params ( dtag type:#integer ui:dtag manu type:#str…
Thanks for the advice, I will revise the naming issue. using this.manufacturer instead of node.manufacturer does not give the runtime error but it do…
Thanks, this gives me: – Unknown property: “manufacturer” in node
Sorry for wasting your time. You can be sure that I am both reading your posts, searching in the help and trying many times before posting. I am lear…
I have no problem. I do have a question though and I do not expect you to answer if you prefer to do so, I would still be grateful for the answers you…
more precisely: for o in $ do format “%,%” (classof o) o.sound
I am extracting using: format o.sound and it returns the number.
Hey denisT, with the above solution, upon interrogation in regards to the soundtype CA stored value, maxscripts returns numbers: 1 for boom etc… is th…
yes, very cool. And thanks for showing this.
Thanks a lot for your answer Panayot. I had a feeling that the help file was not great on this topic (that’s why I posted) but would not say so becaus…
Thank you Panayot, You mentioned that this is a quick fix, can you please further elaborate? What limitations are introduced with this statement? Th…