chamenas Wizard
Joined: 26 Mar 2008 Posts: 1547
|
Posted: Sun Mar 01, 2009 5:49 am
Unmatches Braces [Solved] |
Huh?
Code: |
<alias name="tnl" id="49">
<value>#IF (@tnl_say)
{
@tnl_say = 0;
#say tnl say off.
}
{
@tnl_say = 1;
#say tnl say on.
}</value>
</alias>
|
Everything seems to be up to par on there, why am I getting a deny message?
Edit: The improper variable assignments shouldn't cause this, right? I suppose it did... |
|