so basically what im trying to do is get a result like this

!adventure "into a cave and"

Nick adventured into a cave and "result from text file would go here".

on *:TEXT:*!adventure*:#: {
if ((%floodadventure) || ($($+(%,floodadventure.,$nick),2))) { return }
set -u10 %floodadventure On
set -u30 %floodadventure. $+ $nick On
msg $chan $nick adventured $2- , $!read(text.txt,n) $+.
}

what it spits out is:

Nick adventured into a cave and , $read(text.txt,n).

I know the first part right up to the $2- is correct, and the $+. at the end.
But I cannot for the life of me figure out how to get the read text file to tag along on the end of that line.
I know it must be possible, but I would like to do it without using the Var= %random method when i know there is a way to get it to read from a text file.

Any and all help would be awesomely appreciated ^_^

Thanks in advance!!!!

Last edited by logan_671; 27/03/15 08:21 AM.