xDaeMoN commented on a Page, xTalker v1.01  -  Nov 08, 2010

@ Slyvar: Yes you can. You also need to add a variable to the "rword" alias at the very end of the script so it would replace the word.

On the "rword" alias, find the line

  if ( $prop == 1 ) return $replace($1-,<me>,$!me,<nick>,$!nick,<randnick>,$nick(#,$r(1,$nick(#,0))),<randnum1-10>,$r(1,10),<act>,describe $!output.to)

then we need to add $6 which would trigger the 6th token/word said. The new line would be

  if ( $prop == 1 ) return $replace($1-,<me>,$!me,<nick>,$!nick,<randnick>,$nick(#,$r(1,$nick(#,0))),<randnum1-10>,$r(1,10),<act>,describe $!output.to,<6>,$!6)

Then now, you need to add a phrase, type

!addtalk hey BOT say hi to &:hello <6>
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.