Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

move one step so wait one minute.

Only working scripts
Post Reply
mixers
Neophyte
Neophyte
Posts: 49
Joined: 03.10.2013 14:11

move one step so wait one minute.

Post by mixers »

i can do that in euo.

Code: Select all

while #charposx <> %x || #charposy <> %y
  {
   move %x %y a 1s
   gosub waitpet
  }

What should I do in Stealth ?
User avatar
Vizit0r
Developer
Developer
Posts: 3958
Joined: 24.03.2005 17:05
Contact:

Re: move one step so wait one minute.

Post by Vizit0r »

newmovexy(...);
wati(60000);
"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
mixers
Neophyte
Neophyte
Posts: 49
Joined: 03.10.2013 14:11

Re: move one step so wait one minute.

Post by mixers »

the dead pet move speed slowly, can not follow me.
Post Reply