ok can anyone tell me how to referance the last output I.e.
Code:
/msg $chan wait how much

I sent to a static value so I can use it as a piviot to a new responce
Code:
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.

Last edited by negeren; 20/09/07 11:17 PM.