No, it is not.Is it possible to include a <Update> in modeldef.xml file? If so, at what point exactly?
Or if not, can we include a "loop using a Goto" in modeldef.xml file? If so, where and how?
Yes, a loop can be included in any XML script, regardless of the parent key. However, it should be used with care, because all the content within a loop is executed on every frame. Going to the essential from both of your questions, you can't replace an <Update> with a loop, what you can do is put the same code you would put in <Update> inside a valid modeldef key, for example <Code>, <Visibility>,etc. But if you don't really need to hide XML scripts from user inspection, the best option would be to use an invisible gauge in VC, as suggested by Roman.
Tom




