Code:
on ^*:CLOSE:@Warp: { window -u @Warp | if ($input(Are you sure you want to quit?,wydv,Quit?) == $no) {
    window -o @Warp | halt
  }
  else { 
    if ($hget(Warp)) { hfree Warp }
    unset %w* | unset %t* | unset %star* | unset %m* | unset %ticks 
  }
}

im not very good with the ^ prefix, so why doesnt this work?


This is not the signature you are looking for