Larkin Wizard
Joined: 25 Mar 2003 Posts: 1113 Location: USA
|
Posted: Sat Jun 05, 2004 4:39 pm
Syntax checker bugs |
Two problems I found in the syntax checker:
#ALIAS addenemy {#TRIGGER {(<%proper(%1)>){,|$}} {#additem OnlineLists/enemies_online %%1} "OnlineLists/Enemies" {case}}
Doesn't like the <> around the %proper(%1), but the command works properly.
#ALIAS acp_homepage {#yesno {Would you like to visit the ACP homepage now?} {*Go to the web site now!:#URL http://sourceforge.net/projects/achaeacure/} {I have no bugs or ideas to submit.:}}
Doesn't like the #URL part, but the alias and the dialog work perfectly. |
|