Official Nodeka Board  

Go Back   Official Nodeka Board > Nodeka > Scripting > UMC

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-26-2008, 05:16 AM
Xabren Xabren is offline
Novice
 
Join Date: Apr 2008
Posts: 25
Default #alias and new UMC

So in an older version of UMC (1.14.3 I think) I could use a line to kill things based on variables such as this:

Code:
#alias {kill}{#if {$psychic=1}{cast 'lightning' $0};#if {$psychic=0}{psy $0}}
My $psychic variable is 0 for up and 1 for down. Therefore when I would type "kill centaur" it would output "psy centaur" to the mud if $psychic is 0. Likewise, "cast 'lightning' centaur" would be the output if $psychic was 1.


With the newer versions post what I had before (including the latest 1.15.8) this no longer works.

With the above code if $psychic was 0 it would output "psy $0" instead of "psy centaur"


I have tried the following with no success:
Code:
#alias {kill %0}{#if {$psychic=1}{cast 'lightning' $0};#if {$psychic=0}{psy $0}}
#alias {kill %0}{#if {$psychic=1}{cast 'lightning' %0};#if {$psychic=0}{psy %0}}
Any suggestions? Thank you in advance,

- Xabren
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:05 AM.


Design By: Miner Skinz.com
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.