View Single Post
  #4  
Old 09-24-2016, 01:38 AM
RDawg816 RDawg816 is offline
Fire Giant


Join Date: May 2015
Posts: 826
Default

Quote:
Originally Posted by Gumbo [You must be logged in to view images. Log in or Register.]
This isn't working right...

I set it up as

/pause 10, /doability 1
doability 1
/pause 10, /doability 1
doability 1

But it will only sneak and then turn sneak off and just stop. I'm looking to have it do it twice...

sneak on, sneak off, pause, sneak on, sneak off, repeat
You have the right idea. You just have to figure out the cooldown on sneak. Let's say it is a minute. It's probably not, but it would be....

/pause 10, /doability 1 Sneak and pause 1 second
/pause 600, /doability 1 Turns off sneak and waits a minute
/pause 10, /doability 1 Sneak and pause 1 second
/pause 600, /doability 1 Turns off sneak and waits a minute
/doability 1 Turns on sneak

You'd have to manually turn sneak off that last time, or end it 1 line earlier and take out the last pause.

Edit: even though the pause comes first, it does the action first and then pauses.
Last edited by RDawg816; 09-24-2016 at 01:49 AM..