08-07-2009, 12:22 AM
Omg...u don`t get it....the script must wait for F1 to begin,the "this is some text" is a text that already exist in notepad.All i need is to add "text1-" in front of the line and on the end "-text [number] text". that is why VK_END and VK_HOME are for...Also i need:
str n
if(!inp(n "Input" "test")) ret
to define (s):
"bla =)TEXTEXTEXTEXTsome text " (s) " bla"
and that same command to define how much times i want it to repeat...
Your scripts are damn awesome but in every you are missing some of these...:/
Maybe i don`t know how to explain...i need this it means a lot....
Just to mention
This works perfect...but it`s missing an input script and at the end of the script and text key "<end>"...but i dont know how to make that...
str n
if(!inp(n "Input" "test")) ret
to define (s):
"bla =)TEXTEXTEXTEXTsome text " (s) " bla"
and that same command to define how much times i want it to repeat...
Your scripts are damn awesome but in every you are missing some of these...:/
Maybe i don`t know how to explain...i need this it means a lot....
Just to mention
,,, wait 0 KF (VK_F1)
,,,,, str t
,,if(!inp(t "Input text" "some text xD")) ret
,,, key (VK_UP)
,,key (VK_RETURN)
,,key "<start>"
,,key (VK_DOWN)
,,int i
,for i 1 16
, str s=i
,,key (VK_HOME)
,,key "text="
,,key (VK_END)
,,key "="(t)" "(s)"some text"
,,key (VK_DOWN)This works perfect...but it`s missing an input script and at the end of the script and text key "<end>"...but i dont know how to make that...
