AardCrowley / Search-and-Destroy

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

Run nx action (smart scan, qs, whatever) after you arrive in the room #64

Closed AardNaricain closed 3 years ago

AardNaricain commented 3 years ago

Previously it would queue up the nx action to run as soon as it could. However, if you had a delay in any of your cexits this would mean it would run before the cexit took you to where you were trying to go. With this change it will only run once you've actually reached the room you were trying to get to.

This also means that if you can't get there for some reason (a door is in your way, you start fighting, etc) then it won't run. That should be ok though.

If you're already in the room it will execute the command immediately.