Blockland Forums > Modification Help
RTB Development
Qwepir:
--- Quote from: Ephialtes on August 16, 2010, 12:12:29 PM ---It'd be a challenge to depict the cookie monster in all of his glory using 144 pixels.
--- End quote ---
Pew446:
Hehe.
One thing I noticed about IRC (I KNOW YOUR NOT USING IRC SIGASNGIANH) is that when typing a smiley face ":D"
The other person will see it as "D"
No ":"
I just wanna know why this is. Not asking for a fix.
ShadowZero:
Voicechat toggleable for groups of friends?
An I vote for the like dislike system from youtube but not stars red and green bars
and add a nuetral vote.
Pew446:
--- Quote from: ShadowZero on August 16, 2010, 11:17:42 PM ---Voicechat toggleable for groups of friends?
An I vote for the like dislike system from youtube but not stars red and green bars
and add a nuetral vote.
--- End quote ---
TGE doesn't support voice chat.
Chrono:
--- Quote from: Pew446 on August 16, 2010, 09:22:06 PM ---Hehe.
One thing I noticed about IRC (I KNOW YOUR NOT USING IRC SIGASNGIANH) is that when typing a smiley face ":D"
The other person will see it as "D"
No ":"
I just wanna know why this is. Not asking for a fix.
--- End quote ---
I think it might have to do with this bit:
--- Code: --- nextToken(%prefix,username,"!");
%message = stripMLControlChars(nextToken(%params,destination," :"));
%message = getSubStr(%params,strPos(%params,":")+1,strLen(%params));
%message = stripMLControlChars(%message);
--- End code ---
But I'm not going to touch that.