Halert

by Killer22
Hud alert (yes and no option included)
Latest Version · Date Added: 9/20/08

If you wish to download this library for your Linux/Mac installation, enter the following on your command line:

DreamDownload byond://Killer22.Halert##version=0

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Killer22.Halert##version=0

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!"