Hey all you knowledgeable programmers!
When scripting Hal, is there a difference between using these three different ways of calling a Hap file to play?
Version #1 I've seen used in scripts:
HalCommands = "<HAPFILE>Neutral.hap</HAPFILE>"
HalCommands = HalCommands
Version #2 I've seen used in scripts:
HalMenu.HalCommands = "<HAPFILE>Neutral.hap</HAPFILE>"
Version #3 I've seen used in scripts:
HalCommand = "<HAPFILE>Neutral.hap</HAPFILE>"
I guess it will work either way, I'd just like to be certain. There is no information in either the Haptek help file or the Brain Edit help file about this particular command that I could find or I wouldn't be asking.
Thanks for the help in advance!
