I trying make script react a especifc commands, but i don't like to show the command in journal to everybody, i tryed to use "/", but i'm alone and can't create party (and stealth can't read "Note to self:" in journal), "\" but i don't have guild and "," but chat not enabled in my shard. Any option like read() or open text box to enter the commands?
i know stealth read txt, but i need fast reaction comands.
ty for att boys =]
Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7
its possible to enter a command that only stealth read?
Re: its possible to enter a command that only stealth read?
no.
Use hotkeys. F.e. methods, which will set globalvar value.
Use hotkeys. F.e. methods, which will set globalvar value.
"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
Re: its possible to enter a command that only stealth read?
hotkey doesn't work for me, i need get a value
but i can use journal, ty bro =]]
but i can use journal, ty bro =]]
Code: Select all
lastmsg := LastJournalMessage;
Delete(lastmsg,1,Pos(':',lastmsg)+1);
if lastmsg = 'get' then
begin
Get;
wait(100);
TimeI := Now;
end;
if lastmsg = 'mark' then
begin
Mark;
wait(100);
TimeI := Now;
end;
if StrToInt(lastmsg) >= 0 then
begin
Grab(soss[StrToInt(lastmsg)]);
wait(100);
TimeI := Now;
end;