AardCrowley / Search-and-Destroy

Safe, Legal Search and Destroy
10 stars 14 forks source link

Miniwindow is not populated after a campaign is requested. #79

Open AlisonAir opened 3 years ago

AlisonAir commented 3 years ago

XCP commands don't work either. I have to manually cp check myself.

SeanHolt commented 3 years ago

"cp check" is fired too quickly after a "cp request" command. There needs to be a delay between the two.

AardCrowley commented 3 years ago

Easy fix. Can do a DoAfter(2, "cp check") in the script. Will fix that this weekend. Free from the wife and kids this weekend, can finally do some work!

On Thu, Aug 12, 2021 at 12:11 PM Sean Holt @.***> wrote:

"cp check" is fired too quickly after a "cp request" command. There needs to be a delay between the two.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AardCrowley/Search-and-Destroy/issues/79#issuecomment-897767671, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC7D27UWVID4GABSXMHNV3LT4PXBZANCNFSM5CBDVIBQ .

AardCrowley commented 3 years ago

Actually, correction. This appears to only be an issue if you do not have prompt enabled. I will be changing it to add psuedo-tags so it should not have to rely on prompts or blank lines.