Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   Remapping Emoticons! (https://forums.graalonline.com/forums/showthread.php?t=32618)

G_yoshi 07-01-2002 12:32 AM

Remapping Emoticons!
 
I think we (PW owners) should be able to either remap emoticons or disable them. It would be nice to be able to also redefine their position so that maybe someone could make emotes that are anime-like such as the often used sweatdrop :D

Tyhm 07-01-2002 02:20 AM

Yeah...or give us a way to disable them (I was told it can be hidden with hideimg -1 or something) and we can just use keydown to code our own detection for Control-S.

I made a better hearts one once...it didn't work out too well though. *shrugs*

mikepg 07-01-2002 03:02 AM

NPC Code:

if (keypressed&&!keydown(0)&&!keydown(1)&&!keydown(2) &&!keydown(3)) {
hideimg 0;
}



you can also code it to ignore asd...but you'd need keydown2 to do that, and i dont feel like typing that out, lol.

emotion icons are stored as image 0 (as said in newfeatures2002.txt ;)), so if you just hide it, then it should be good.

bigkow44 07-11-2002 11:16 AM

yea a enable/disable emoticons; would be nice, if servers are making their own Q menu, tileset, etc. why not have emoticons different?


All times are GMT +2. The time now is 07:46 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.