|
iruleatants3 Newbie
Joined: 24 Mar 2007 Posts: 4
|
Posted: Sat Mar 31, 2007 12:18 am
Alias problems |
Code: |
#if @dmsl>1 {
flay @t aura
dstab @t aura
}
#if dmsl=0 {#loop 15 {#say ENVENOM!}}
|
dmsl currently equals 0 (for testing purposes)
It does not do #say, why? |
|
|
|
vey2000 Novice
Joined: 21 May 2004 Posts: 32
|
Posted: Sat Mar 31, 2007 12:58 am |
You left out the @ before dmsl.
|
|
|
|
Arminas Wizard
Joined: 11 Jul 2002 Posts: 1265 Location: USA
|
Posted: Sat Mar 31, 2007 12:34 pm |
You also left out () and even though Zmud allows this it is bad practice.
#if (@dmsl=0) {#loop 15 {#say ENVENOM!}} |
|
_________________ Arminas, The Invisible horseman
Windows 7 Pro 32 bit
AMD 64 X2 2.51 Dual Core, 2 GB of Ram |
|
|
|
|
|