Teeny-Tiny Auto-Swim Trigger

edited November 2023 in Scripts
Tired of being stopped, leaving brief directional commands behind, and having to type out swim (direction) when you enter a water room? Just want the game to just know you're entering water and have you swim in to reflect that? This is the tiny and painfully nitpicky trigger for you!

Trigger Substring:
There's water ahead of you. You'll have to swim to make it through.

deleteLine()
cecho( "<orange>\r\nAuto-swimming " ..command.. "!<reset>" )
send( "swim " ..command )

Tadaaaa...
Sign In or Register to comment.