Can anyone help me with this please? I want to de-activate a node from the .GeoPcDx file
The node exists in the <TransforName> list in the .Geo file, so I know that it is a valid node to work with
And I know the code is Call ( "*:ActivateNode", "[nodename]", 0). But I can't for the life of me get it to work.
So please, assuming this is the action required in my .lua file, what function (and maybe parameters) are needed around this line to make it work?
So by that I mean, assuming this is the only action required (and assuming there is no prior lua code to "require")
xxxxxxxx
Call ( "*:ActivateNode", "[nodename]", 0)
end
What does "xxxxxxxx" need to be, in detail?
Thanks for any help, tearing my hair out here :)
Chris
