ok can anyone tell me how to referance the last output I.e.
I sent to a static value so I can use it as a piviot to a new responce
on *:text:$100:#: {
if (%pretext == how much) {
set %tk $rand(1,2)
if (%tk == 1) { /msg $chan that is alot. }
if (%tk == 2) { /msg $chan that is expensive. }
else { /msg $chan how much }
}
}
like using the last value as a topic in descussion.