DarkEmotes

by DarkView
Add emoticons to your game using your own icons [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://DarkView.DarkEmotes##version=1

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

byond://DarkView.DarkEmotes##version=1

412 downloads
Version 1
Date added: Mar 23 2004
Last updated: Jul 29 2009
2 fans
This is an easy to use emoticons library.
Unlike the other emoticons libraries, this one allows you to use your own icons.

It's a simple case of making a new DarkEmotes object and setting three variables.

DarkEmotes
wink
text = ";)"
icon = 'DarkEmotes.dmi'
icon_state = "wink"

Then all you have to do is run your text through the AddDarkEmotes() proc. It couldn't be simpler!