View Single Post
  #2  
Old 06-26-2008, 08:37 AM
Nemesis's Avatar
Nemesis Nemesis is offline
Administrator
 
Join Date: Apr 2008
Posts: 48
Default

Try:
Code:
#alias {kill}{#if {$psychic=1}{cast 'lightning' $$0};#if {$psychic=0}{psy $$0}}
For each parentheses you have the variable embedded in, you'll need to add another $ to the beginning to read the outside variable in. It's a form of scoping.
__________________

Nodeka411.net Administrator
Reply With Quote