O.P. helping out a newb
i tried making a script that basicly converts a key press to a different string.
The first idea was to convert your text 70 |-|4(|< (to hacker) so when ever the user presses a letter it changes it to the hacker version a=4 b=8 c=( and so on. ANYWAY making this script was beyond me so i tried to make a script that changed the letter to a different one but this also was too difficult so now i ask my new friends here to help me understand how to do a script like this.
so yeah anyone that can help post an idea or an entire script and help is good help
thanks for answers to come
EDIT: ok
[code]function OnEvent_ChatWndEditKeyDown(ChatWnd,KeyCode,CtrlKeyDown,ShiftKeyDown){
if (Var Convert==on){
if (KeyCode==65){
//65 is a
this bit i'm unsure about but yer um add '4' instead of adding the letter A
}}
This post was edited on 10-18-2007 at 12:07 PM by general sirhc.
|