middle line target input

Post Reply
ceff
Posts: 21
Joined: Thu Apr 08, 2010 11:45 pm

middle line target input

Post by ceff »

how do you insert a line such as
send ("conjure" ..target " illusion Your mind swims as dizziness overtakes you.\nYour mind relaxes and you feel as if you could sleep.") whilst putting the target after conjure?

Knute
Posts: 87
Joined: Fri Mar 05, 2010 12:08 am

Re: middle line target input

Post by Knute »

Your line that begins with:
send ("conjure" ..target " illusion Your mind s.....

needs to read:
send ("conjure " ..target .. " illusion Your mind s......

The 2 dots connect one string to another, and you have 3 strings that you are connecting. Please note that you need a space after conjure or else the space won't send.

ceff
Posts: 21
Joined: Thu Apr 08, 2010 11:45 pm

Re: middle line target input

Post by ceff »

oh, thanks.

Post Reply