Halert

by Killer22
Hud alert (yes and no option included)
ID:127748
 
Hud alert works generally like the alert() proc except it adds it as a hud at the top of the screen.

Halert(usr,"Text")
if(Halert(usr,"Y/N",1))
usr<<"YES"
else usr<<"NO!"