Waiting List
There are no players on the waiting list yet. Only Windows users can play this game. If you have an emulator, you can join the waiting list to be informed when a new server is ready to play.
[Login to join waiting list]
| Ever wonder who can hear you in a BYOND game? Well check it out here! Now with deafness |
Version 2.0 ·
Date Added: 7/03/09
If you wish to download this library for your Linux/Mac installation, enter the following on your command line:
DreamDownload byond://Demon_F0rce.Hear##version=2
Emulator users, in the BYOND pager go to File | Open Location and enter this URL:
byond://Demon_F0rce.Hear##version=2
|
| |
Basically gives you a proc which you can use to figure out who you're hearing. Works almost the exact same as view() and oview(), with just the modification of arguments.
All bug reports are to be sent to the forum, thank you!
--Version 2.0--
hear() would always equal hearers()(T3h P3ngu1n).
Added in deafness to fix above bug - see below for details.
new_hearers() and new_ohearers() to count deafness in.
hear() and ohear() modified.
--Version 1.0--
Added hear() and ohear().
Released to the general public.
Deafness: A new var to allow people to have a value of deafness. Values as follows:
1 = Can still mainly hear (if hear(usr,10), it becomes 8 tiles instead.)
2 = Can still sorta hear (if hear(usr,10), it becomes 6 tiles instead.)
3 = Is having trouble listening (if hear(usr,10), it becomes 4 tiles instead.)
4 = Is becoming deaf (if hear(usr,10), it becomes 2 tiles instead.)
5 = Completely deaf.
Login to post a comment.