hmmmm Thread last updated on 2003-05-04 17:27:56

Posted by member 5836 on 2003-04-19 16:06:24

okay i have a question for the litestep users.

does anyone know how to do an adding type in script?

say i assign a hotkey that will do 1+1 and then bbtypein will type it in for me.
then i press the hotkey a gain and itll use the result from that and add one to that.


does anyone know how to do this?

Posted by member 1 on 2003-04-19 16:14:02 link

does bbtypein even work with LS?

To to the math you could have to use mzscript and hotkey. Your script would have to do $var$ + 1, so $var$ would have to be set to a number on startup. But yes...I believe it is quite possible.

Posted by member 5836 on 2003-04-19 18:08:51 link

hmmm i remember there was a LS plugin that types stuff in..

Posted by member 99 on 2003-04-19 19:15:49 link

Posted by member 1 on 2003-04-19 20:13:52 link

*snarl*

for some reason you can't nest tags...coulda sworn tux fixed that last week. oh well...he can fix it again. :)

Posted by member 7 on 2003-04-20 02:54:23 link

mzscript has math functions.

Posted by member 5836 on 2003-04-20 15:36:30 link

i could do the adding perfectly....but i cant make bptype in type the number in.

it will end up typing %[number] instead of the real thing

Posted by member 99 on 2003-04-20 16:38:59 link

Use !exec?

Posted by member 5836 on 2003-05-04 17:27:56 link

okay i created this script around a month ago and it seems to work fine.

actually i wanted to create this to go on magic finds for diablo (out of boredom). Fear not, this is not a bot so you wont get banned, it just helps you create rooms :).

ATTENTION NEWBIE CODINGS:
first in the script.rc i added:
*Script start !varset plus %[number]

*Script bang !diabloadd
*Script exec !varadd plus 1
*Script exec !diablocount
*Script ~bang

*Script bang !diablocount
*Script exec !ifEq plus "1" !typein1

then, i used bptypein and added:
*Script bang !typein1
*Script exec !typein "ere1^{Tab}a"
*Script exec !speak 1
*Script exec !pause 3000
*Script exec !typein "^{RETURN}"
*Script ~bang



you can go on and on as long as you want(mine is up to 100).

i think it requires bptypein...speak...mzscript.

this hasnt jammed up my computer...so i guess its alright...