targeting system

Posted by SuprAzn on Thu 10 Jun 2004 04:09 AM — 3 posts, 12,929 views.

#0
i can't figure out how to get my targeting system to do multiple commands, ie, i can get it to "chill <target>" but i can't get it do "stare <target> bleed"
here is my chill alias.
<aliases>
<alias
match="cc"
enabled="y"
group="Attacks"
send_to="12"
sequence="100"
>
<send>world.Send &quot;chill &quot; + world.GetVariable(&quot;Target&quot;)</send>
</alias>
</aliases>


then here is my jacked up stare alias.
<aliases>
<alias
match="sb"
enabled="y"
group="Attacks"
send_to="12"
sequence="100"
>
<send>world.Send &quot;stare &quot; + world.GetVariable(&quot;Target&quot;) + world.Send &quot; bleed&quot;</send>
</alias>
</aliases>

here is the error

Expected end of statement
Line in error:
world.Send "stare " + world.GetVariable("Target") + world.Send " bleed"

called by immediate execution.

lil help please
#1
figured it out...duhh..i just had to drop my second world.send...

yeah..im dumb..
USA #2
You can also inside of triggers/aliases, sent to world, and then...
chill @target
or,
stare @target bleed

then click "expand variables"