* ferryman-delivers * trynt-to-arena if ( cmp(%astr%,{ticket}), { do({say Ready to go, eh? Step right this way..}); moveall(600,601,{look}); jump(601); goto(start); }, { do('%astr%); } ); goto(end); label(start); wait(10); do({:quietly steers the ferry past some rocks.}); wait(30); do({say Goin' to Vlazgaadbrun, eh?}); wait(10); do({say Gonna fight in the arena, eh?}); wait(30); do({:points to the smoke up ahead. Noxious clouds billow from the volcanic Ring of Fire.}); wait(10); do({say Here it comes! Vlazgaadbrun, conquered land. Pi'chek-Ur kingdom fell years ago to Tiktuian soldiers.}); wait(20); echo({The dock is approaching starboard.}); wait(20); do({:ties the ferry to the dock.}); wait(10); do({say Vlazgaadbrun is a dangerous place if you choose to become a fighter! You'll lose more than a tooth!}); wait(15); do({say I'll be here if you need to get back.}); wait(10); moveall(601,544,{look}); jump(600); do({:has returned with the ferry.}); label(end);