Quote:
anyone able to make a quick one, its late and i wont b able to learn anything new tonight, just need something where it will come up with a mesage - u click OK and the script continues - nothing complicated


k

var %check = $input(Do you want to continue,y)
if (%check!= $true) { return }