|
Quilana Beginner
Joined: 10 Jan 2008 Posts: 13
|
Posted: Wed Aug 19, 2009 7:01 am
Assigning a variable using an alias |
I'm very frustrated.
#alias x
used to have a value of
#variable target %1
-NOW- I have no idea how to assign a variable from an alias or a trigger.
could someone help me with syntax? |
|
|
|
Quilana Beginner
Joined: 10 Jan 2008 Posts: 13
|
Posted: Wed Aug 19, 2009 7:03 am |
Also, if there is a special way to use an alias like if
#alias m
value:
maul @target
is now something different, I'd appreciate that too |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Wed Aug 19, 2009 7:49 am |
Unless parse arguments are not checked (you'll see it near the bottom of the value box), then #ALIAS x {#VAR target %1} will still work, and #ALIAS m {maul @target} will work. You may also check to see that parsing isn't off (computer has a red X through it on the command line) and that your special characters are still default (under preferences/scripting).
Charneus |
|
|
|
|
|