Reply to this subject
Start a new subject
 
Refresh page
| Posted by |
SuprAzn
(5 posts) bio
|
| Date |
Thu 10 Jun 2004 04:09 AM (UTC) [ quote
] |
| Message |
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 "chill " + world.GetVariable("Target")</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 "stare " + world.GetVariable("Target") + world.Send " bleed"</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
| top |
|
| Posted by |
SuprAzn
(5 posts) bio
|
| Date |
Reply #1 on Thu 10 Jun 2004 04:12 AM (UTC) [ quote
] |
| Message |
figured it out...duhh..i just had to drop my second world.send...
yeah..im dumb.. | top |
|
| Posted by |
Flannel
USA (1,230 posts) bio
|
| Date |
Reply #2 on Thu 10 Jun 2004 04:22 AM (UTC) [ quote
] |
| Message |
You can also inside of triggers/aliases, sent to world, and then...
chill @target
or,
stare @target bleed
then click "expand variables" |
~Flannel
Messiah of Rose
Eternity's Trials.
Clones are people two. | top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
1,180 views.
Reply to this subject
Start a new subject
 
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )