I was hoping to halt the script and to wait for my command to go onto the next part of the script.
This code here don't seem to work, can anyone help?
Code:
line 137 : var %question $?!="Shall I continue?"
line 138 : if (%question == $false) { halt }
line 139 : else { /msg $nick Now processing the rest of the script }
I'm trying to write a script which works fine but not that popup question as I'm getting error saying
Quote:
* $?: cannot use in an event (line 138, script1.mrc)


Hope I have an answer soon.

TIA.