I can't seem to get IsAlias to work right. It sends me the 30010 (doesn't exist) message even when the alias exists. For example, I have an alias already called "cb", and I enter within another alias:
Note(IsAlias("cb"))
and it returns 30010. Is it the case that there are global/local aliases like there are variables? If this is the case, how could I access a "global alias"? Or, is the function not working? I'm not very good with Lua yet, and I'm doing this in perhaps a overly simple fashion, i.e. I created an alias, put just the above IsAlias line in the send box, and clicked on "script" in the sendto box. Perhaps I just need to enter more information in the send box?
Note(IsAlias("cb"))
and it returns 30010. Is it the case that there are global/local aliases like there are variables? If this is the case, how could I access a "global alias"? Or, is the function not working? I'm not very good with Lua yet, and I'm doing this in perhaps a overly simple fashion, i.e. I created an alias, put just the above IsAlias line in the send box, and clicked on "script" in the sendto box. Perhaps I just need to enter more information in the send box?