I'm trying to figure out how to set up a simple "do x, wait, do y" script. For instance, I'd like a script to do the following:
wear shield
butcher bear
(at this point the game will send "Roundtime: X seconds" - I would like to be able to capture the numerical value for X, and then wait that number of seconds before proceeding)
remove shield
wear shield
butcher bear
(at this point the game will send "Roundtime: X seconds" - I would like to be able to capture the numerical value for X, and then wait that number of seconds before proceeding)
remove shield