Halert

by Killer22
Hud alert (yes and no option included) [More]
To download this library for your Linux/Mac installation, enter this 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

271 downloads
Latest Version
Date added: Sep 19 2008
Last updated: Sep 20 2008
1 fan
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!"